GMTAdjustedForDST

TBD. The following table summarizes the attributes of the GMTAdjustedForDST property.

Attribute Value
Data type DWORD
Access Read/write
Structure CLUSPROP_DWORD
Minimum FALSE (0)
Maximum TRUE (1)
Default 1

Examples

The property value portion of a property list entry for GMTAdjustedForDST can be set with the following example code.

DWORD          dwGMTAdjustedForDSTData = 1;
CLUSPROP_DWORD GMTAdjustedForDSTValue;

GMTAdjustedForDSTValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
GMTAdjustedForDSTValue.cbLength  = sizeof(DWORD);
GMTAdjustedForDSTValue.dw        = dwGMTAdjustedForDSTData;

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise

See also

Print Spooler Private Properties

CLUSPROP_DWORD