| description | Learn more about: entry | |
|---|---|---|
| title | entry (C++ COM Attribute) | |
| ms.date | 10/02/2018 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 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.