Language:
Русский
English
index (standard directive)
An index clause consists of the word index followed by an integer constant between 1 and 32767.
Target
Windows, Protected
An index clause is included in an exports clause.
When an index clause is used, the procedure or function to be exported uses the specified ordinal number. If no index clause is used in an exports clause, an ordinal number is assigned.
Example
procedure ImportByOrdinal; external 'TESTLIB' index 5;