|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dde_private.h>

Public Attributes | |
| struct tagWDML_INSTANCE * | next |
| DWORD | instanceID |
| DWORD | threadID |
| BOOL | monitor |
| BOOL | clientOnly |
| BOOL | unicode |
| HSZNode * | nodeList |
| PFNCALLBACK | callback |
| DWORD | CBFflags |
| DWORD | monitorFlags |
| DWORD | lastError |
| HWND | hwndEvent |
| DWORD | wStatus |
| WDML_SERVER * | servers |
| WDML_CONV * | convs [2] |
| WDML_LINK * | links [2] |
Definition at line 152 of file dde_private.h.
| PFNCALLBACK tagWDML_INSTANCE::callback |
Definition at line 161 of file dde_private.h.
Referenced by WDML_Initialize().
| DWORD tagWDML_INSTANCE::CBFflags |
Definition at line 162 of file dde_private.h.
Referenced by WDML_Initialize().
| BOOL tagWDML_INSTANCE::clientOnly |
Definition at line 158 of file dde_private.h.
Referenced by WDML_Initialize().
| WDML_CONV* tagWDML_INSTANCE::convs[2] |
Definition at line 168 of file dde_private.h.
| HWND tagWDML_INSTANCE::hwndEvent |
Definition at line 165 of file dde_private.h.
| DWORD tagWDML_INSTANCE::instanceID |
Definition at line 155 of file dde_private.h.
Referenced by WDML_Initialize().
| DWORD tagWDML_INSTANCE::lastError |
Definition at line 164 of file dde_private.h.
| WDML_LINK* tagWDML_INSTANCE::links[2] |
Definition at line 169 of file dde_private.h.
| BOOL tagWDML_INSTANCE::monitor |
Definition at line 157 of file dde_private.h.
Referenced by WDML_Initialize().
| DWORD tagWDML_INSTANCE::monitorFlags |
Definition at line 163 of file dde_private.h.
Referenced by WDML_Initialize().
| struct tagWDML_INSTANCE* tagWDML_INSTANCE::next |
Definition at line 154 of file dde_private.h.
Referenced by DdeUninitialize(), and WDML_Initialize().
| HSZNode* tagWDML_INSTANCE::nodeList |
Definition at line 160 of file dde_private.h.
| WDML_SERVER* tagWDML_INSTANCE::servers |
Definition at line 167 of file dde_private.h.
| DWORD tagWDML_INSTANCE::threadID |
Definition at line 156 of file dde_private.h.
| BOOL tagWDML_INSTANCE::unicode |
Definition at line 159 of file dde_private.h.
| DWORD tagWDML_INSTANCE::wStatus |
Definition at line 166 of file dde_private.h.