Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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