entry
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Specifies an exported function or constant in a module by identifying the entry point in the DLL.
[ entry(
id
) ]
Parameters
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
| Applies to | idl_module attribute |
| Repeatable | No |
| Required attributes | None |
| Invalid attributes | None |
For more information, see Attribute Contexts.
Show: