Security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to programmatically access Audit Policies and Security Options
in windows 2000 and NT. If anyone knows of a way please let me know. Thanks.
 
Justin said:
Is there a way to programmatically access Audit Policies and Security
Options
in windows 2000 and NT. If anyone knows of a way please let me know.
Thanks.

Using C# you have to call the "Lsa policy functions" through PInvoke, but I
would suggest you better do this using C++.

Willy.
 
Back
Top