Package com.sun.jna.platform.win32
Class Ddeml.CONVINFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Ddeml.CONVINFO
- Enclosing interface:
- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
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 transactionFields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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
-
Field Details
-
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
-
-
Constructor Details
-
CONVINFO
public CONVINFO()
-
-
Method Details