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 SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintThe 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 conversationintXST_ constant for current transactionintTransaction format or NULL if quiescentintLast transaction error.intST_ constant for current conversationintXTYP_ for current transactionFields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, 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- 
cbpublic int cbThe structure's size, in bytes.
- 
hUserUser specified field
- 
hConvPartnerhConv on other end or 0 if non-ddemgr partner
- 
hszSvcPartnerApp name of partner if obtainable
- 
hszServiceReqAppName requested for connection
- 
hszTopicTopic name for conversation
- 
hszItemTransaction item name or NULL if quiescent
- 
wFmtpublic int wFmtTransaction format or NULL if quiescent
- 
wTypepublic int wTypeXTYP_ for current transaction
- 
wStatuspublic int wStatusST_ constant for current conversation
- 
wConvstpublic int wConvstXST_ constant for current transaction
- 
wLastErrorpublic int wLastErrorLast transaction error.
- 
hConvListParent hConvList if this conversation is in a list
- 
ConvCtxtConversation context
- 
hwndWindow handle for this conversation
- 
hwndPartnerPartner window handle for this conversation
 
- 
- 
Constructor Details- 
CONVINFOpublic CONVINFO()
 
- 
- 
Method Details