@Properties(inherit=windows.class) public class STARTUPINFOA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
STARTUPINFOA()
Default native constructor.
|
STARTUPINFOA(long size)
Native array allocator.
|
STARTUPINFOA(Pointer p)
Pointer cast constructor.
|
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 STARTUPINFOA()
public STARTUPINFOA(long size)
Pointer.position(long).public STARTUPINFOA(Pointer p)
Pointer.Pointer(Pointer).public STARTUPINFOA position(long position)
public STARTUPINFOA cb(int setter)
@Cast(value="LPSTR") public BytePointer lpReserved()
public STARTUPINFOA lpReserved(BytePointer setter)
@Cast(value="LPSTR") public BytePointer lpDesktop()
public STARTUPINFOA lpDesktop(BytePointer setter)
@Cast(value="LPSTR") public BytePointer lpTitle()
public STARTUPINFOA lpTitle(BytePointer setter)
public STARTUPINFOA dwX(int setter)
public STARTUPINFOA dwY(int setter)
public STARTUPINFOA dwXSize(int setter)
public STARTUPINFOA dwYSize(int setter)
public STARTUPINFOA dwXCountChars(int setter)
public STARTUPINFOA dwYCountChars(int setter)
public STARTUPINFOA dwFillAttribute(int setter)
public STARTUPINFOA dwFlags(int setter)
public STARTUPINFOA wShowWindow(short setter)
public STARTUPINFOA cbReserved2(short setter)
@Cast(value="LPBYTE") public BytePointer lpReserved2()
public STARTUPINFOA lpReserved2(BytePointer setter)
public STARTUPINFOA hStdInput(Pointer setter)
public STARTUPINFOA hStdOutput(Pointer setter)
public STARTUPINFOA hStdError(Pointer setter)
Copyright © 2020. All rights reserved.