Package com.sun.jna.platform.win32
Class Ddeml.CONVCONTEXT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Ddeml.CONVCONTEXT
- Enclosing interface:
- Ddeml
@FieldOrder({"cb","wFlags","wCountryID","iCodePage","dwLangID","dwSecurity","qos"})
public static class Ddeml.CONVCONTEXT
extends Structure
The following structure is used by 
Ddeml.DdeConnect(int, com.sun.jna.platform.win32.Ddeml.HSZ, com.sun.jna.platform.win32.Ddeml.HSZ, com.sun.jna.platform.win32.Ddeml.CONVCONTEXT) and Ddeml.DdeConnectList(int, com.sun.jna.platform.win32.Ddeml.HSZ, com.sun.jna.platform.win32.Ddeml.HSZ, com.sun.jna.platform.win32.Ddeml.HCONVLIST, com.sun.jna.platform.win32.Ddeml.CONVCONTEXT) and
 by Ddeml.XTYP_CONNECT and Ddeml.XTYP_WILDCONNECT callbacks.- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintset to sizeof(CONVCONTEXT)intlanguage ID for topic/item strings.intPrivate security code.intcodepage used for topic/item strings.The quality of service a DDE client wants from the system during a given conversation.intcountry/region code for topic/item strings used.intnone currently defined.Fields 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 cbset to sizeof(CONVCONTEXT)
- 
wFlagspublic int wFlagsnone currently defined.
- 
wCountryIDpublic int wCountryIDcountry/region code for topic/item strings used.
- 
iCodePagepublic int iCodePagecodepage used for topic/item strings.
- 
dwLangIDpublic int dwLangIDlanguage ID for topic/item strings.
- 
dwSecuritypublic int dwSecurityPrivate security code.
- 
qosThe quality of service a DDE client wants from the system during a given conversation. The quality of service level specified lasts for the duration of the conversation. It cannot be changed once the conversation is started.
 
- 
- 
Constructor Details- 
CONVCONTEXTpublic CONVCONTEXT()
- 
CONVCONTEXT
 
- 
- 
Method Details