DLL Import and Export
Visual Studio 2005
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