Package com.sun.jna.platform.win32
Klasse Ddeml.CONVINFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Ddeml.CONVINFO
- Umschließende Schnittstelle:
Ddeml
@FieldOrder({"cb","hUser","hConvPartner","hszSvcPartner","hszServiceReq","hszTopic","hszItem","wFmt","wType","wStatus","wConvst","wLastError","hConvList","ConvCtxt","hwnd","hwndPartner"})
public static class Ddeml.CONVINFO
extends Structure
Contains information about a Dynamic Data Exchange (DDE) conversation.
- Siehe auch:
-
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.Conversation contextParent hConvList if this conversation is in a listhConv on other end or 0 if non-ddemgr partnerTransaction item name or NULL if quiescentAppName requested for connectionApp name of partner if obtainableTopic name for conversationUser specified fieldWindow handle for this conversationPartner window handle for this conversationint
XST_ constant for current transactionint
Transaction format or NULL if quiescentint
Last transaction error.int
ST_ constant for current conversationint
XTYP_ for current transactionVon Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
write()
Writes the fields of the struct to native memoryVon 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, writeField, writeField, writeField
-
Felddetails
-
cb
public int cbThe structure's size, in bytes. -
hUser
User specified field -
hConvPartner
hConv on other end or 0 if non-ddemgr partner -
hszSvcPartner
App name of partner if obtainable -
hszServiceReq
AppName requested for connection -
hszTopic
Topic name for conversation -
hszItem
Transaction item name or NULL if quiescent -
wFmt
public int wFmtTransaction format or NULL if quiescent -
wType
public int wTypeXTYP_ for current transaction -
wStatus
public int wStatusST_ constant for current conversation -
wConvst
public int wConvstXST_ constant for current transaction -
wLastError
public int wLastErrorLast transaction error. -
hConvList
Parent hConvList if this conversation is in a list -
ConvCtxt
Conversation context -
hwnd
Window handle for this conversation -
hwndPartner
Partner window handle for this conversation
-
-
Konstruktordetails
-
CONVINFO
public CONVINFO()
-
-
Methodendetails