description | title | ms.date | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|
Learn more about: Importing into an Application |
Importing into an Application |
11/04/2016 |
|
9d646466-e12e-4710-8ad9-c819c0375fcc |
You can import functions into an application using two methods:
-
Use the keywords
__declspec(dllimport)
in a function definition in the main application -
Use a module definition (.def) file along with
__declspec(dllimport)