LsaQueryInformationPolicy (netapi32)
Last changed: -165.225.114.95

.
Summary
TODO - a short description

C# Signature:

[DllImport("Advapi32.dll",SetLastError=true, PreserveSig = true)]

private static extern uint LsaQueryInformationPolicy(

IntPtr PolicyHandle,

uint InformationClass,

out IntPtr Buffer);

VB Signature:

Declare Function LsaQueryInformationPolicy Lib "netapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Documentation