Beispiel #1
0
 internal static extern NtStatus SamSetInformationGroup(
     SafeSamHandle GroupHandle,
     GROUP_INFORMATION_CLASS GroupInformationClass,
     SafeBuffer Buffer
     );
Beispiel #2
0
 internal static extern NtStatus SamQueryInformationGroup(
     SafeSamHandle GroupHandle,
     GROUP_INFORMATION_CLASS GroupInformationClass,
     out SafeSamMemoryBuffer Buffer
     );