Package | Description |
---|---|
org.bytedeco.systems.global | |
org.bytedeco.systems.windows |
Modifier and Type | Method and Description |
---|---|
static void |
windows.RaiseFailFastException(EXCEPTION_RECORD pExceptionRecord,
CONTEXT pContextRecord,
int dwFlags) |
static void |
windows.RtlRestoreContext(CONTEXT ContextRecord,
EXCEPTION_RECORD ExceptionRecord) |
static void |
windows.RtlUnwind(Pointer TargetFrame,
Pointer TargetIp,
EXCEPTION_RECORD ExceptionRecord,
Pointer ReturnValue) |
static void |
windows.RtlUnwindEx(Pointer TargetFrame,
Pointer TargetIp,
EXCEPTION_RECORD ExceptionRecord,
Pointer ReturnValue,
CONTEXT ContextRecord,
Pointer HistoryTable) |
Modifier and Type | Method and Description |
---|---|
EXCEPTION_RECORD |
EXCEPTION_RECORD.ExceptionAddress(Pointer setter) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.ExceptionCode(int setter) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.ExceptionFlags(int setter) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.ExceptionInformation(int i,
long setter) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.ExceptionRecord() |
EXCEPTION_RECORD |
EXCEPTION_POINTERS.ExceptionRecord() |
EXCEPTION_RECORD |
EXCEPTION_DEBUG_INFO.ExceptionRecord() |
EXCEPTION_RECORD |
EXCEPTION_RECORD.ExceptionRecord(EXCEPTION_RECORD setter) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.getPointer(long i) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.NumberParameters(int setter) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.position(long position) |
Modifier and Type | Method and Description |
---|---|
int |
EXCEPTION_ROUTINE.call(EXCEPTION_RECORD ExceptionRecord,
Pointer EstablisherFrame,
CONTEXT ContextRecord,
Pointer DispatcherContext) |
EXCEPTION_RECORD |
EXCEPTION_RECORD.ExceptionRecord(EXCEPTION_RECORD setter) |
EXCEPTION_POINTERS |
EXCEPTION_POINTERS.ExceptionRecord(EXCEPTION_RECORD setter) |
EXCEPTION_DEBUG_INFO |
EXCEPTION_DEBUG_INFO.ExceptionRecord(EXCEPTION_RECORD setter) |
Copyright © 2024. All rights reserved.