SysInit.DelayLoadProc
Delphi
DelayLoadProc = record
fImportByName: LongBool;
case Byte of
0: (szProcName: _PAnsiChr);
1: (dwOrdinal: LongWord);
end;
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. |