Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 765 Bytes

File metadata and controls

17 lines (12 loc) · 765 Bytes
title DLL Import and Export
ms.date 11/04/2016
helpviewer_keywords
dllimport attribute [C++], storage-class attribute
dllexport attribute [C++]
dllexport attribute [C++], storage-class attribute
ms.assetid ab058610-0190-4354-8955-86db66add7c6

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

C Extended Storage-Class Attributes