CLUSPROP_LONG structure (clusapi.h)
Describes signed LONG data. It is used as an entry in a value list and consists of:
- A CLUSPROP_VALUE structure describing the format, type, and length of the numeric data.
- A LONG value.
Syntax
typedef struct CLUSPROP_LONG : CLUSPROP_VALUE {
LONG l;
} CLUSPROP_LONG, *PCLUSPROP_LONG;
Inheritance
The CLUSPROP_LONG structure implements CLUSPROP_VALUE.
Members
l
Signed LONG value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | clusapi.h |