API:SysInit.DelayLoadInfo
Delphi
DelayLoadInfo = record
cb: LongWord; { size of structure }
pidd: PImgDelayDescr; { raw form of data (everything is
there) }
ppfn: Pointer; { points to address of function to
load }
szDll: _PAnsiChr; { name of dll }
dlp: TDelayLoadProc; { name or ordinal of procedure }
hmodCur: HMODULE; { the hInstance of the library we
have loaded }
pfnCur: Pointer; { the actual function that will be
called }
dwLastError: LongWord; { error received (if an error
notification) }
end;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| record | public | SysInit.pas | SysInit | SysInit |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.