public static extern UInt32 LsaQueryInformationPolicy(
     IntPtr PolicyHandle, POLICY_INFORMATION_CLASS InformationClass,
     out IntPtr Buffer);
Exemple #2
0
 public static extern UInt32 LsaQueryInformationPolicy(IntPtr PolicyHandle, POLICY_INFORMATION_CLASS InformationClass,
                                                       out IntPtr Buffer);
Exemple #3
0
 internal static extern UInt32 LsaQueryInformationPolicy(IntPtr lsaHandle,
                                                         POLICY_INFORMATION_CLASS infoClass,
                                                         out IntPtr buffer);