ReactOS 0.4.15-dev-7942-gd23573b
tagWDML_INSTANCE Struct Reference

#include <dde_private.h>

Collaboration diagram for tagWDML_INSTANCE:

Public Attributes

struct tagWDML_INSTANCEnext
 
DWORD instanceID
 
DWORD threadID
 
BOOL monitor
 
BOOL clientOnly
 
BOOL unicode
 
HSZNodenodeList
 
PFNCALLBACK callback
 
DWORD CBFflags
 
DWORD monitorFlags
 
DWORD lastError
 
HWND hwndEvent
 
DWORD wStatus
 
WDML_SERVERservers
 
WDML_CONVconvs [2]
 
WDML_LINKlinks [2]
 

Detailed Description

Definition at line 152 of file dde_private.h.

Member Data Documentation

◆ callback

PFNCALLBACK tagWDML_INSTANCE::callback

Definition at line 161 of file dde_private.h.

Referenced by WDML_Initialize().

◆ CBFflags

DWORD tagWDML_INSTANCE::CBFflags

Definition at line 162 of file dde_private.h.

Referenced by WDML_Initialize().

◆ clientOnly

BOOL tagWDML_INSTANCE::clientOnly

Definition at line 158 of file dde_private.h.

Referenced by WDML_Initialize().

◆ convs

WDML_CONV* tagWDML_INSTANCE::convs[2]

Definition at line 168 of file dde_private.h.

◆ hwndEvent

HWND tagWDML_INSTANCE::hwndEvent

Definition at line 165 of file dde_private.h.

◆ instanceID

DWORD tagWDML_INSTANCE::instanceID

Definition at line 155 of file dde_private.h.

Referenced by WDML_Initialize().

◆ lastError

DWORD tagWDML_INSTANCE::lastError

Definition at line 164 of file dde_private.h.

◆ links

WDML_LINK* tagWDML_INSTANCE::links[2]

Definition at line 169 of file dde_private.h.

◆ monitor

BOOL tagWDML_INSTANCE::monitor

Definition at line 157 of file dde_private.h.

Referenced by WDML_Initialize().

◆ monitorFlags

DWORD tagWDML_INSTANCE::monitorFlags

Definition at line 163 of file dde_private.h.

Referenced by WDML_Initialize().

◆ next

struct tagWDML_INSTANCE* tagWDML_INSTANCE::next

Definition at line 154 of file dde_private.h.

Referenced by DdeUninitialize(), and WDML_Initialize().

◆ nodeList

HSZNode* tagWDML_INSTANCE::nodeList

Definition at line 160 of file dde_private.h.

◆ servers

WDML_SERVER* tagWDML_INSTANCE::servers

Definition at line 167 of file dde_private.h.

◆ threadID

DWORD tagWDML_INSTANCE::threadID

Definition at line 156 of file dde_private.h.

◆ unicode

BOOL tagWDML_INSTANCE::unicode

Definition at line 159 of file dde_private.h.

◆ wStatus

DWORD tagWDML_INSTANCE::wStatus

Definition at line 166 of file dde_private.h.


The documentation for this struct was generated from the following file: