@Properties(inherit=windows.class) public class EXCEPTION_RECORD extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
EXCEPTION_RECORD()
Default native constructor.
|
EXCEPTION_RECORD(long size)
Native array allocator.
|
EXCEPTION_RECORD(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
ExceptionAddress() |
EXCEPTION_RECORD |
ExceptionAddress(Pointer setter) |
int |
ExceptionCode() |
EXCEPTION_RECORD |
ExceptionCode(int setter) |
int |
ExceptionFlags() |
EXCEPTION_RECORD |
ExceptionFlags(int setter) |
SizeTPointer |
ExceptionInformation() |
long |
ExceptionInformation(int i) |
EXCEPTION_RECORD |
ExceptionInformation(int i,
long setter) |
EXCEPTION_RECORD |
ExceptionRecord() |
EXCEPTION_RECORD |
ExceptionRecord(EXCEPTION_RECORD setter) |
int |
NumberParameters() |
EXCEPTION_RECORD |
NumberParameters(int setter) |
EXCEPTION_RECORD |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic EXCEPTION_RECORD()
public EXCEPTION_RECORD(long size)
Pointer.position(long).public EXCEPTION_RECORD(Pointer p)
Pointer.Pointer(Pointer).public EXCEPTION_RECORD position(long position)
public EXCEPTION_RECORD ExceptionCode(int setter)
public EXCEPTION_RECORD ExceptionFlags(int setter)
public EXCEPTION_RECORD ExceptionRecord()
public EXCEPTION_RECORD ExceptionRecord(EXCEPTION_RECORD setter)
public EXCEPTION_RECORD ExceptionAddress(Pointer setter)
public EXCEPTION_RECORD NumberParameters(int setter)
public EXCEPTION_RECORD ExceptionInformation(int i, long setter)
@MemberGetter @Cast(value="ULONG_PTR*") public SizeTPointer ExceptionInformation()
Copyright © 2020. All rights reserved.