Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the current state of the security product that is made available to Windows Security Center.
Syntax
typedef enum WSC_SECURITY_PRODUCT_STATE {
WSC_SECURITY_PRODUCT_STATE_ON = 0,
WSC_SECURITY_PRODUCT_STATE_OFF = 1,
WSC_SECURITY_PRODUCT_STATE_SNOOZED = 2,
WSC_SECURITY_PRODUCT_STATE_EXPIRED = 3
} ;
Constants
WSC_SECURITY_PRODUCT_STATE_ON Value: 0 The security product software is turned on and protecting the user. |
WSC_SECURITY_PRODUCT_STATE_OFF Value: 1 The security product software is turned off and protection is disabled. |
WSC_SECURITY_PRODUCT_STATE_SNOOZED Value: 2 The security product software is in the snoozed state, temporarily off, and not actively protecting the computer. |
WSC_SECURITY_PRODUCT_STATE_EXPIRED Value: 3 The security product software has expired and is no longer actively protecting the computer. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | None supported |
Header | iwscapi.h |