DoxigAlpha

NtSetInformationThread

Function parameters

Parameters

#
ThreadInformation:*const anyopaque

Functions in this namespace

Functions

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

Source

Implementation

#
pub extern "ntdll" fn NtSetInformationThread(
    ThreadHandle: HANDLE,
    ThreadInformationClass: THREADINFOCLASS,
    ThreadInformation: *const anyopaque,
    ThreadInformationLength: ULONG,
) callconv(.winapi) NTSTATUS