entry(entryid) Attribute [Automation]
Identifies the entry point in the DLL.
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: