description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: entry |
entry (C++ COM Attribute) |
10/02/2018 |
|
|
ba4843e3-d7ad-4b86-9a15-0b4192f0f698 |
Specifies an exported function or constant in a module by identifying the entry point in the DLL.
[ entry(id) ]
id
The ID of the entry point.
The entry C++ attribute has the same functionality as the entry MIDL attribute.
See the example for idl_module for an example use of entry.
Attribute context | Value |
---|---|
Applies to | idl_module attribute |
Repeatable | No |
Required attributes | None |
Invalid attributes | None |
For more information, see Attribute Contexts.