ReactOS 0.4.16-dev-91-g764881a
|
#include <dde_private.h>
Public Attributes | |
struct tagHSZNode * | next |
HSZ | hsz |
unsigned | refCount |
Definition at line 91 of file dde_private.h.
HSZ tagHSZNode::hsz |
Definition at line 94 of file dde_private.h.
Referenced by WDML_DecHSZ(), WDML_FindNode(), and WDML_InsertHSZNode().
struct tagHSZNode* tagHSZNode::next |
Definition at line 93 of file dde_private.h.
Referenced by WDML_DecHSZ(), WDML_FindNode(), and WDML_InsertHSZNode().
unsigned tagHSZNode::refCount |
Definition at line 95 of file dde_private.h.
Referenced by WDML_DecHSZ(), WDML_IncHSZ(), and WDML_InsertHSZNode().