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.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intcbThe structure's size, in bytes.Ddeml.CONVCONTEXTConvCtxtConversation contextDdeml.HCONVLISThConvListParent hConvList if this conversation is in a listDdeml.HCONVhConvPartnerhConv on other end or 0 if non-ddemgr partnerDdeml.HSZhszItemTransaction item name or NULL if quiescentDdeml.HSZhszServiceReqAppName requested for connectionDdeml.HSZhszSvcPartnerApp name of partner if obtainableDdeml.HSZhszTopicTopic name for conversationBaseTSD.DWORD_PTRhUserUser specified fieldWinDef.HWNDhwndWindow handle for this conversationWinDef.HWNDhwndPartnerPartner window handle for this conversationintwConvstXST_ constant for current transactionintwFmtTransaction format or NULL if quiescentintwLastErrorLast transaction error.intwStatusST_ constant for current conversationintwTypeXTYP_ for current transaction- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description CONVINFO()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite()Writes the fields of the struct to native memory- 
Methods 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 Detail- 
cbpublic int cb The structure's size, in bytes.
 - 
hUserpublic BaseTSD.DWORD_PTR hUser User specified field
 - 
hConvPartnerpublic Ddeml.HCONV hConvPartner hConv on other end or 0 if non-ddemgr partner
 - 
hszSvcPartnerpublic Ddeml.HSZ hszSvcPartner App name of partner if obtainable
 - 
hszServiceReqpublic Ddeml.HSZ hszServiceReq AppName requested for connection
 - 
hszTopicpublic Ddeml.HSZ hszTopic Topic name for conversation
 - 
hszItempublic Ddeml.HSZ hszItem Transaction item name or NULL if quiescent
 - 
wFmtpublic int wFmt Transaction format or NULL if quiescent
 - 
wTypepublic int wType XTYP_ for current transaction
 - 
wStatuspublic int wStatus ST_ constant for current conversation
 - 
wConvstpublic int wConvst XST_ constant for current transaction
 - 
wLastErrorpublic int wLastError Last transaction error.
 - 
hConvListpublic Ddeml.HCONVLIST hConvList Parent hConvList if this conversation is in a list
 - 
ConvCtxtpublic Ddeml.CONVCONTEXT ConvCtxt Conversation context
 - 
hwndpublic WinDef.HWND hwnd Window handle for this conversation
 - 
hwndPartnerpublic WinDef.HWND hwndPartner Partner window handle for this conversation
 
- 
 
-