Package com.sun.jna.platform.win32
Klasse Ddeml.CONVCONTEXT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Ddeml.CONVCONTEXT
- Umschließende Schnittstelle:
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.-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungintset 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.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidwrite()Writes the fields of the struct to native memoryVon Klasse geerbte Methoden 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
-
Felddetails
-
cb
public int cbset to sizeof(CONVCONTEXT) -
wFlags
public int wFlagsnone currently defined. -
wCountryID
public int wCountryIDcountry/region code for topic/item strings used. -
iCodePage
public int iCodePagecodepage used for topic/item strings. -
dwLangID
public int dwLangIDlanguage ID for topic/item strings. -
dwSecurity
public int dwSecurityPrivate security code. -
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.
-
-
Konstruktordetails
-
CONVCONTEXT
public CONVCONTEXT() -
CONVCONTEXT
-
-
Methodendetails