Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The state of the policy object.
Syntax
typedef enum {
WS_POLICY_STATE_CREATED = 1,
WS_POLICY_STATE_FAULTED = 2
} WS_POLICY_STATE;
Constants
WS_POLICY_STATE_CREATEDValue: 1 The initial state of the policy object. |
WS_POLICY_STATE_FAULTEDValue: 2 The policy object is no longer usable due to a previous error. |
Remarks
The following diagram illustrates the functions that cause state transitions in the policy object.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |