Expand Minimize
This topic has not yet been rated - Rate this topic

WS_POLICY_STATE enumeration

The state of the policy object.

Syntax


enum WS_POLICY_STATE {  WS_POLICY_STATE_CREATED, 
  WS_POLICY_STATE_FAULTED 

};

Constants

WS_POLICY_STATE_CREATED

The initial state of the policy object.

WS_POLICY_STATE_FAULTED

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.

Dd401994.PolicyStates(en-us,VS.85).png

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.