@Properties(inherit=windows.class) public class ASSEMBLY_FILE_DETAILED_INFORMATION extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ASSEMBLY_FILE_DETAILED_INFORMATION()
Default native constructor.
|
ASSEMBLY_FILE_DETAILED_INFORMATION(long size)
Native array allocator.
|
ASSEMBLY_FILE_DETAILED_INFORMATION(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CharPointer |
lpFileName() |
ASSEMBLY_FILE_DETAILED_INFORMATION |
lpFileName(CharPointer setter) |
CharPointer |
lpFilePath() |
ASSEMBLY_FILE_DETAILED_INFORMATION |
lpFilePath(CharPointer setter) |
ASSEMBLY_FILE_DETAILED_INFORMATION |
position(long position) |
int |
ulFilenameLength() |
ASSEMBLY_FILE_DETAILED_INFORMATION |
ulFilenameLength(int setter) |
int |
ulFlags() |
ASSEMBLY_FILE_DETAILED_INFORMATION |
ulFlags(int setter) |
int |
ulPathLength() |
ASSEMBLY_FILE_DETAILED_INFORMATION |
ulPathLength(int setter) |
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 ASSEMBLY_FILE_DETAILED_INFORMATION()
public ASSEMBLY_FILE_DETAILED_INFORMATION(long size)
Pointer.position(long).public ASSEMBLY_FILE_DETAILED_INFORMATION(Pointer p)
Pointer.Pointer(Pointer).public ASSEMBLY_FILE_DETAILED_INFORMATION position(long position)
public ASSEMBLY_FILE_DETAILED_INFORMATION ulFlags(int setter)
public ASSEMBLY_FILE_DETAILED_INFORMATION ulFilenameLength(int setter)
public ASSEMBLY_FILE_DETAILED_INFORMATION ulPathLength(int setter)
@Cast(value="PCWSTR") public CharPointer lpFileName()
public ASSEMBLY_FILE_DETAILED_INFORMATION lpFileName(CharPointer setter)
@Cast(value="PCWSTR") public CharPointer lpFilePath()
public ASSEMBLY_FILE_DETAILED_INFORMATION lpFilePath(CharPointer setter)
Copyright © 2020. All rights reserved.