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 byDdeml.DdeConnect(int, com.sun.jna.platform.win32.Ddeml.HSZ, com.sun.jna.platform.win32.Ddeml.HSZ, com.sun.jna.platform.win32.Ddeml.CONVCONTEXT)andDdeml.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 byDdeml.XTYP_CONNECTandDdeml.XTYP_WILDCONNECTcallbacks.
- 
- 
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 intcbset to sizeof(CONVCONTEXT)intdwLangIDlanguage ID for topic/item strings.intdwSecurityPrivate security code.intiCodePagecodepage used for topic/item strings.WinNT.SECURITY_QUALITY_OF_SERVICEqosThe quality of service a DDE client wants from the system during a given conversation.intwCountryIDcountry/region code for topic/item strings used.intwFlagsnone currently defined.- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description CONVCONTEXT()CONVCONTEXT(Pointer p)
 - 
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 set to sizeof(CONVCONTEXT)
 - 
wFlagspublic int wFlags none currently defined.
 - 
wCountryIDpublic int wCountryID country/region code for topic/item strings used.
 - 
iCodePagepublic int iCodePage codepage used for topic/item strings.
 - 
dwLangIDpublic int dwLangID language ID for topic/item strings.
 - 
dwSecuritypublic int dwSecurity Private security code.
 - 
qospublic WinNT.SECURITY_QUALITY_OF_SERVICE qos The 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 Detail- 
CONVCONTEXTpublic CONVCONTEXT() 
 - 
CONVCONTEXTpublic CONVCONTEXT(Pointer p) 
 
- 
 
-