Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 953 Bytes

entry.md

File metadata and controls

45 lines (31 loc) · 953 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: entry
entry (C++ COM Attribute)
10/02/2018
vc-attr.entry
entry attribute
ba4843e3-d7ad-4b86-9a15-0b4192f0f698

entry

Specifies an exported function or constant in a module by identifying the entry point in the DLL.

Syntax

[ entry(id) ]

Parameters

id
The ID of the entry point.

Remarks

The entry C++ attribute has the same functionality as the entry MIDL attribute.

Example

See the example for idl_module for an example use of entry.

Requirements

Attribute context Value
Applies to idl_module attribute
Repeatable No
Required attributes None
Invalid attributes None

For more information, see Attribute Contexts.

See also

IDL Attributes