| Author |
Message |
floppes
Joined: 29 Nov 2007 Posts: 1
|
Posted: Thu Nov 29, 2007 12:36 pm Post subject: WscGetSecurityProviderHealth |
|
|
Hi,
I want to use WscGetSecurityProviderHealth from Wscapi.dll but I don't know how to convert it into C#.
In MSDN it is declared like this:
| Code: |
HRESULT WINAPI WscGetSecurityProviderHealth(
__in DWORD Providers,
__out PWSC_SECURITY_PROVIDER_HEALTH pHealth
);
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;
|
Can someone please help? |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group