NtAddAtom

NTSTATUS __stdcall NtAddAtom(WCHAR *AtomName, UINT64 Length, UINT16 *Atom){
  return NtAddAtomEx(AtomName, Length, Atom, 0i64);
}

Referenced by:

No references.