entry(entryid)

Description

Identifies the entry point in the DLL.

Allowed on

Functions in a module (required).

Comments

If entryid is a string, this is a named entry point. If entryid is a number, the entry point is defined by an ordinal. This attribute provides a way to obtain the address of a function in a module.