Exemple #1
0
 public static extern NtStatus NtQueryInformationAtom(
     ushort Atom,
     AtomInformationClass AtomInformationClass,
     SafeBuffer AtomInformation,
     int AtomInformationLength,
     out int ReturnLength
     );
 public static extern NtStatus NtQueryInformationAtom(
     ushort Atom,
     AtomInformationClass AtomInformationClass,
     SafeBuffer AtomInformation,
     int AtomInformationLength,
     out int ReturnLength
 );