コード例 #1
0
ファイル: NtAtomNative.cs プロジェクト: codehz/winsilo
 public static extern NtStatus NtQueryInformationAtom(
     ushort Atom,
     AtomInformationClass AtomInformationClass,
     SafeBuffer AtomInformation,
     int AtomInformationLength,
     out int ReturnLength
     );
コード例 #2
0
 public static extern NtStatus NtQueryInformationAtom(
     ushort Atom,
     AtomInformationClass AtomInformationClass,
     SafeBuffer AtomInformation,
     int AtomInformationLength,
     out int ReturnLength
 );