Exemplo n.º 1
0
 internal static extern NtStatus SamSetInformationGroup(
     SafeSamHandle GroupHandle,
     GROUP_INFORMATION_CLASS GroupInformationClass,
     SafeBuffer Buffer
     );
Exemplo n.º 2
0
 internal static extern NtStatus SamQueryInformationGroup(
     SafeSamHandle GroupHandle,
     GROUP_INFORMATION_CLASS GroupInformationClass,
     out SafeSamMemoryBuffer Buffer
     );