SysInit.DelayLoadInfo
Delphi
DelayLoadInfo = record
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record | public | SysInit.pas | SysInit | SysInit | 
Description
Record holding information for delay loading.
The meaning of each field in the DelayLoadInfo record is given in the following table.
| Field | Meaning | 
|---|---|
| cb | The size of the structure. | 
| pidd | The data in raw form. | 
| ppfn | Pointer to the address of the function that is loaded. | 
| szDll | The name of the library. | 
| dlp | The name or the ordinal of the procedure that is loaded. | 
| hmodCur | The hInstance of the library currently loaded. This is a record of type TDelayLoadProc. | 
| pfnCur | The actual function that will be called. | 
| dwLastError | In case of an error notification, the error received is stored here. |