WSC_SECURITY_SIGNATURE_STATUS enumeration (iwscapi.h)

Reports the current version status of the security product to Windows Security Center.

Syntax

typedef enum _WSC_SECURITY_SIGNATURE_STATUS {
  WSC_SECURITY_PRODUCT_OUT_OF_DATE = 0,
  WSC_SECURITY_PRODUCT_UP_TO_DATE = 1
} WSC_SECURITY_SIGNATURE_STATUS;

Constants

 
WSC_SECURITY_PRODUCT_OUT_OF_DATE
Value: 0
The security software reports that it is not the most recent version.
WSC_SECURITY_PRODUCT_UP_TO_DATE
Value: 1
The security software reports that it is the most recent version.

Requirements

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