| title |
includelib (C++ COM Attribute) | Microsoft Docs |
| ms.custom |
|
| ms.date |
10/02/2018 |
| ms.technology |
|
| ms.topic |
reference |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
cd90ea6e-5ae8-4f11-b8d1-662db95412b2 |
| author |
mikeblome |
| ms.author |
mblome |
| ms.workload |
|
Causes an .idl or .h file to be included in the generated .idl file.
[ includelib(name.idl) ];
name.idl
The name of the .idl file that you want included as part of the generated .idl file.
Remarks
The includelib C++ attribute causes an .idl or .h file to be included in the generated .idl file, after the importlib statement.
The following code is shown in a .cpp file:
// cpp_attr_ref_includelib.cpp
// compile with: /LD
[module(name="MyLib")];
[includelib("includelib.idl")];
|
|
| Applies to |
Anywhere |
| Repeatable |
Yes |
| Required attributes |
None |
| Invalid attributes |
None |
For more information, see Attribute Contexts.
IDL Attributes
Stand-Alone Attributes
import
importidl
include
importlib