BeepEnabled

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

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

Examples

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

DWORD          dwBeepEnabledData = 1;
CLUSPROP_DWORD BeepEnabledValue;

BeepEnabledValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
BeepEnabledValue.cbLength  = sizeof(DWORD);
BeepEnabledValue.dw        = dwBeepEnabledData;

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