NtAddAtom? (
__in_bcount_opt(Length) PWSTR
Atom Name?,
__in ULONG Length,
__out_opt PRTL_ATOM Atom
)
Routine Description:
This function adds the specified atom to the global atom table.
Arguments:
Atom Name? – Supplies a pointer to an unicode atom name.
Length – Supplies the length of the atom name in bytes.
Atom – Supplies an optional pointer to a variable that receives the atom
Return Value:
The service status is returned as the function value.