API:SysInit.dliNotification
Delphi
dliNotification = (
dliStartProcessing, { used to bypass or note helper only }
dliNoteStartProcessing = dliStartProcessing,
dliNotePreLoadLibrary, { called just before LoadLibrary, can }
{ override w/ new HMODULE return val }
dliNotePreGetProcAddress, { called just before GetProcAddress, can }
{ override w/ new Proc address return }
{ value }
dliFailLoadLibrary, { failed to load library, fix it by }
{ returning a valid HMODULE }
dliFailGetProcAddress, { failed to get proc address, fix it by }
{ returning a valid Proc address }
dliNoteEndProcessing { called after all processing is done, }
{ no bypass possible at this point }
{ except by raise, or
RaiseException. }
);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| enum | 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.