| wscapi.h (6.0.6002.18005-Windows 6.0) | | wscapi.h (6.1.7601.17514-Windows 7.0) |
| #pragma once | | #pragma once |
| | |
|
| | #if(_WIN32_WINNT >= 0x0600) |
| typedef enum _WSC_SECURITY_PROVIDER | | typedef enum _WSC_SECURITY_PROVIDER |
| { | | { |
| // Represents the aggregation of all firewalls for this computer. | | // Represents the aggregation of all firewalls for this computer. |
| WSC_SECURITY_PROVIDER_FIREWALL = 0x1, | | WSC_SECURITY_PROVIDER_FIREWALL = 0x1, |
| // Represents the Automatic updating settings for this computer. | | // Represents the Automatic updating settings for this computer. |
| WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS = 0x2, | | WSC_SECURITY_PROVIDER_AUTOUPDATE_SETTINGS = 0x2, |
| // Represents the aggregation of all antivirus products for this comptuer. | | // Represents the aggregation of all antivirus products for this comptuer. |
| WSC_SECURITY_PROVIDER_ANTIVIRUS = 0x4, | | WSC_SECURITY_PROVIDER_ANTIVIRUS = 0x4, |
| // Represents the aggregation of all antispyware products for this comptuer. | | // Represents the aggregation of all antispyware products for this comptuer. |
| WSC_SECURITY_PROVIDER_ANTISPYWARE = 0x8, | | WSC_SECURITY_PROVIDER_ANTISPYWARE = 0x8, |
| | |
| skipping to change at line 93 | | skipping to change at line 94 |
| // enumeration. If more than one provider is specified in the Pro
viders parameter, the value of this parameter | | // enumeration. If more than one provider is specified in the Pro
viders parameter, the value of this parameter |
| // is the health of the least healthy of the specified provider c
ategories. | | // is the health of the least healthy of the specified provider c
ategories. |
| // | | // |
| // Return values: | | // Return values: |
| // Returns S_OK if the function succeeds, otherwise returns an error code. If th
e WSC service is not running, the return value | | // Returns S_OK if the function succeeds, otherwise returns an error code. If th
e WSC service is not running, the return value |
| // is always S_FALSE and the pHealth out parameter is always set to WSC_SECURITY
_PROVIDER_HEALTH_POOR. | | // is always S_FALSE and the pHealth out parameter is always set to WSC_SECURITY
_PROVIDER_HEALTH_POOR. |
| // | | // |
| | |
| STDAPI WscGetSecurityProviderHealth(DWORD Providers, | | STDAPI WscGetSecurityProviderHealth(DWORD Providers, |
| PWSC_SECURITY_PROVIDER_HEALTH pHealth); | | PWSC_SECURITY_PROVIDER_HEALTH pHealth); |
|
| | #endif |
| | |
| End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 1 lines changed or added |
|