public static class DesktopPortHandler.COPYDATASTRUCT
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
DesktopPortHandler.COPYDATASTRUCT.ByReference
The by-reference version of this structure.
|
Modifier and Type | Field and Description |
---|---|
int |
cbData
The size, in bytes, of the data pointed to by the lpData
member.
|
com.sun.jna.platform.win32.BaseTSD.ULONG_PTR |
dwData
The data to be passed to the receiving application.
|
com.sun.jna.Pointer |
lpData
The data to be passed to the receiving application.
|
Constructor and Description |
---|
COPYDATASTRUCT()
Instantiates a new COPYDATASTRUCT.
|
COPYDATASTRUCT(long pointer)
Instantiates a new COPYDATASTRUCT with existing data given
the address of that data.
|
COPYDATASTRUCT(com.sun.jna.Pointer memory)
Instantiates a new COPYDATASTRUCT with existing data given
a pointer to that data.
|
Modifier and Type | Method and Description |
---|---|
protected List |
getFieldOrder()
Returns the serialized order of this structure's fields.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.platform.win32.BaseTSD.ULONG_PTR dwData
public int cbData
public com.sun.jna.Pointer lpData
public COPYDATASTRUCT()
public COPYDATASTRUCT(long pointer)
pointer
- Address of the existing structure.public COPYDATASTRUCT(com.sun.jna.Pointer memory)
memory
- Pointer to the existing structure.protected final List getFieldOrder()
getFieldOrder
in class com.sun.jna.Structure
Structure.getFieldOrder()
Copyright © 2022. All rights reserved.