Windows apps
Collapse the table of content
Expand the table of content

entry(entryid) Attribute [Automation]

Identifies the entry point in the DLL.

entryid

If entryid is a string, this is a named entry point. If entryid is a number, the entry point is defined by an ordinal.

Functions in a module (required).

None.

This attribute provides a way to obtain the address of a function in a module. This is typically done by calling ITypeInfo::AddressOfMember or by using GetProcAddress from Windows.

Show:
© 2017 Microsoft