CLUSPROP_ULARGE_INTEGER

The CLUSPROP_ULARGE_INTEGER structure describes an unsigned large integer value used in a value list and consists of:

The CLUSPROP_ULARGE_INTEGER structure is defined in CLUSAPI.H.

typedef struct _CLUSPROP_ULARGE_INTEGER {
    CLUSPROP_SYNTAX           Syntax;
    DWORD                     cbLength;
    ULARGE_INTEGER            li;
} CLUSPROP_ULARGE_INTEGER, *PCLUSPROP_ULARGE_INTEGER;
 

Members

Syntax
Member of the CLUSPROP_VALUE structure describing the format and type of the unsigned large integer.
cbLength
Member of the CLUSPROP_VALUE structure indicating the count of bytes in the li member.
li
Unsigned large integer value.

QuickInfo

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