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.
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_GOODThe status of the security provider category is good and does not need user attention. |
WSC_SECURITY_PROVIDER_HEALTH_NOTMONITOREDThe status of the security provider category is not monitored by WSC. |
WSC_SECURITY_PROVIDER_HEALTH_POORThe status of the security provider category is poor and the computer may be at risk. |
WSC_SECURITY_PROVIDER_HEALTH_SNOOZEThe 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 |