Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the entry point in the DLL.
Parameters
-
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.
Allowed on
Functions in a module (required).
Remarks
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.
Related topics