SysInit.DelayLoadProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DelayLoadProc = record

Properties

Type Visibility Source Unit Parent
record public SysInit.pas SysInit SysInit

Description

Record that holds information for a procedure that is delay loaded.

The meaning of each field in the DelayLoadProc record is given in the following table.


Field Meaning

szProcName

The name of the procedure.

dwOrdinal

The ordinal of the procedure.


See Also

Code Samples