CLUSPROP_DWORD

The CLUSPROP_DWORD structure describes numeric data used in a value list and consists of:

The CLUSPROP_DWORD structure is defined in CLUSAPI.H.

typedef struct _CLUSPROP_DWORD {
    CLUSPROP_SYNTAX           Syntax;
    DWORD                     cbLength;
    DWORD                     dw;
} CLUSPROP_DWORD, *PCLUSPROP_DWORD;
 

Members

Syntax
Member of the CLUSPROP_VALUE structure describing the format and type of the dw member.
cbLength
Member of the CLUSPROP_VALUE structure indicating the count of bytes in the dw structure.
dw
Numeric value.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.