DLL Import and Export

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 DLL Import and Export Functions in Chapter 6.

END Microsoft Specific