@Properties(inherit=windows.class) public class WIN32_FIND_STREAM_DATA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
WIN32_FIND_STREAM_DATA()
Default native constructor.
|
WIN32_FIND_STREAM_DATA(long size)
Native array allocator.
|
WIN32_FIND_STREAM_DATA(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CharPointer |
cStreamName() |
char |
cStreamName(int i) |
WIN32_FIND_STREAM_DATA |
cStreamName(int i,
char setter) |
WIN32_FIND_STREAM_DATA |
position(long position) |
LARGE_INTEGER |
StreamSize() |
WIN32_FIND_STREAM_DATA |
StreamSize(LARGE_INTEGER 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, zero
public WIN32_FIND_STREAM_DATA()
public WIN32_FIND_STREAM_DATA(long size)
Pointer.position(long)
.public WIN32_FIND_STREAM_DATA(Pointer p)
Pointer.Pointer(Pointer)
.public WIN32_FIND_STREAM_DATA position(long position)
@ByRef public LARGE_INTEGER StreamSize()
public WIN32_FIND_STREAM_DATA StreamSize(LARGE_INTEGER setter)
public WIN32_FIND_STREAM_DATA cStreamName(int i, char setter)
@MemberGetter @Cast(value="WCHAR*") public CharPointer cStreamName()
Copyright © 2020. All rights reserved.