API:System.TRaiseExceptionProc
Delphi
TRaiseExceptionProc = procedure (ExceptionCode, ExceptionFlags: UInt32;
NumberOfArguments: UInt32; Args: Pointer); stdcall;
C++
typedef void __stdcall (*TRaiseExceptionProc)(UInt32 ExceptionCode, UInt32 ExceptionFlags, UInt32 NumberOfArguments, void * Args);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
type typedef |
public | System.pas System.hpp |
System | System |
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.