Skip to main content

NtQueryInformationAtom

Function NtQueryInformationAtom 

Source
pub unsafe extern "system" fn NtQueryInformationAtom(
    Atom: RTL_ATOM,
    AtomInformationClass: ATOM_INFORMATION_CLASS,
    AtomInformation: PVOID,
    AtomInformationLength: ULONG,
    ReturnLength: PULONG,
) -> NTSTATUS