This topic has not yet been rated - Rate this topic

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 dllexport, dllimport.

END Microsoft Specific

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.