DoxigAlpha

NtQueryInformationProcess

Function parameters

Parameters

#
ProcessInformation:*anyopaque
ReturnLength:?*ULONG

Functions in this namespace

Functions

#
RtlGetFullPathName_U
Returns the number of bytes written to `Buffer`.

Source

Implementation

#
pub extern "ntdll" fn NtQueryInformationProcess(
    ProcessHandle: HANDLE,
    ProcessInformationClass: PROCESSINFOCLASS,
    ProcessInformation: *anyopaque,
    ProcessInformationLength: ULONG,
    ReturnLength: ?*ULONG,
) callconv(.winapi) NTSTATUS