Package com.sun.jna.platform.win32
Klasse Ddeml.MONCBSTRUCT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Ddeml.MONCBSTRUCT
- Umschließende Schnittstelle:
Ddeml
@FieldOrder({"cb","dwTime","hTask","dwRet","wType","wFmt","hConv","hsz1","hsz2","hData","dwData1","dwData2","cc","cbData","Data"})
public static class Ddeml.MONCBSTRUCT
extends Structure
Contains information about the current Dynamic Data Exchange (DDE)
transaction. A DDE debugging application can use this structure when
monitoring transactions that the system passes to the DDE callback
functions of other applications.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungint
The structure's size, in bytes.int
The amount, in bytes, of data being passed with the transaction.The language information used to share data in different languages.byte[]
Contains the first 32 bytes of data being passed with the transaction (8 * sizeof(DWORD)).Additional data.Additional data.The value returned by the DDE callback function that processed the transaction.int
The Windows time at which the transaction occurred.A handle to the conversation in which the transaction took place.A handle to the data exchanged (if any) during the transaction.A handle to a string.A handle to a string.A handle to the task (application instance) containing the DDE callback function that received the transaction.int
The format of the data exchanged (if any) during the transaction.int
The transaction type.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Felddetails
-
cb
public int cbThe structure's size, in bytes. -
dwTime
public int dwTimeThe Windows time at which the transaction occurred. Windows time is the number of milliseconds that have elapsed since the system was booted. -
hTask
A handle to the task (application instance) containing the DDE callback function that received the transaction. -
dwRet
The value returned by the DDE callback function that processed the transaction. -
wType
public int wTypeThe transaction type. -
wFmt
public int wFmtThe format of the data exchanged (if any) during the transaction. -
hConv
A handle to the conversation in which the transaction took place. -
hsz1
A handle to a string. -
hsz2
A handle to a string. -
hData
A handle to the data exchanged (if any) during the transaction. -
dwData1
Additional data. -
dwData2
Additional data. -
cc
The language information used to share data in different languages. -
cbData
public int cbDataThe amount, in bytes, of data being passed with the transaction. This value can be more than 32 bytes. -
Data
public byte[] DataContains the first 32 bytes of data being passed with the transaction (8 * sizeof(DWORD)).
-
-
Konstruktordetails
-
MONCBSTRUCT
public MONCBSTRUCT()
-