WSC_SECURITY_PROVIDER_HEALTH enumeration (wscapi.h)

Defines the possible states for any service monitored by Windows Security Center (WSC).

Syntax

typedef enum _WSC_SECURITY_PROVIDER_HEALTH {
  WSC_SECURITY_PROVIDER_HEALTH_GOOD,
  WSC_SECURITY_PROVIDER_HEALTH_NOTMONITORED,
  WSC_SECURITY_PROVIDER_HEALTH_POOR,
  WSC_SECURITY_PROVIDER_HEALTH_SNOOZE
} WSC_SECURITY_PROVIDER_HEALTH, *PWSC_SECURITY_PROVIDER_HEALTH;

Constants

 
WSC_SECURITY_PROVIDER_HEALTH_GOOD
The status of the security provider category is good and does not need user attention.
WSC_SECURITY_PROVIDER_HEALTH_NOTMONITORED
The status of the security provider category is not monitored by WSC.
WSC_SECURITY_PROVIDER_HEALTH_POOR
The status of the security provider category is poor and the computer may be at risk.
WSC_SECURITY_PROVIDER_HEALTH_SNOOZE
The security provider category is in snooze state. Snooze indicates that WSC is not actively protecting the computer.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header wscapi.h

See also

WscGetSecurityProviderHealth