| title | DLL Import and Export | |||
|---|---|---|---|---|
| ms.date | 11/04/2016 | |||
| helpviewer_keywords |
|
|||
| ms.assetid | ab058610-0190-4354-8955-86db66add7c6 |
Microsoft Specific
The dllimport and dllexport storage-class modifiers are Microsoft-specific extensions to the C language. These modifiers define the DLL's interface to its client (the executable file or another DLL). For specific information about using these modifiers, see dllexport, dllimport.
END Microsoft Specific