Category
Modifiers, Keyword extensions, Storage class specifiers
Syntax
__declspec( dllimport ) declarator
The dllimport storage-class attribute is used for Microsoft C and C++ language compatability. This attribute enables you to import functions, data, and objects to a DLL
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|