@FieldOrder({"cb","hUser","hConvPartner","hszSvcPartner","hszServiceReq","hszTopic","hszItem","wFmt","wType","wStatus","wConvst","wLastError","hConvList","ConvCtxt","hwnd","hwndPartner"}) public static class Ddeml.CONVINFO extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
int |
cb |
The structure's size, in bytes.
|
Ddeml.CONVCONTEXT |
ConvCtxt |
Conversation context
|
Ddeml.HCONVLIST |
hConvList |
Parent hConvList if this conversation is in a list
|
Ddeml.HCONV |
hConvPartner |
hConv on other end or 0 if non-ddemgr partner
|
Ddeml.HSZ |
hszItem |
Transaction item name or NULL if quiescent
|
Ddeml.HSZ |
hszServiceReq |
AppName requested for connection
|
Ddeml.HSZ |
hszSvcPartner |
App name of partner if obtainable
|
Ddeml.HSZ |
hszTopic |
Topic name for conversation
|
BaseTSD.DWORD_PTR |
hUser |
User specified field
|
WinDef.HWND |
hwnd |
Window handle for this conversation
|
WinDef.HWND |
hwndPartner |
Partner window handle for this conversation
|
int |
wConvst |
XST_ constant for current transaction
|
int |
wFmt |
Transaction format or NULL if quiescent
|
int |
wLastError |
Last transaction error.
|
int |
wStatus |
ST_ constant for current conversation
|
int |
wType |
XTYP_ for current transaction
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor | Description |
---|---|
CONVINFO() |
Modifier and Type | Method | Description |
---|---|---|
void |
write() |
Writes the fields of the struct to native memory
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public int cb
public BaseTSD.DWORD_PTR hUser
public Ddeml.HCONV hConvPartner
public Ddeml.HSZ hszSvcPartner
public Ddeml.HSZ hszServiceReq
public Ddeml.HSZ hszTopic
public Ddeml.HSZ hszItem
public int wFmt
public int wType
public int wStatus
public int wConvst
public int wLastError
public Ddeml.HCONVLIST hConvList
public Ddeml.CONVCONTEXT ConvCtxt
public WinDef.HWND hwnd
public WinDef.HWND hwndPartner