RAD Studio
ContentsIndex
PreviousUpNext
__declspec(dllimport)

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

Note: Note
: dllimport replaces the __import keyword.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!