Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 438 Bytes

ntsetinformationthread.md

File metadata and controls

13 lines (11 loc) · 438 Bytes

NtSetInformationThread

[DllImport("ntdll.dll", ExactSpelling = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe NTSTATUS NtSetInformationThread(
    HANDLE ThreadHandle,
    THREAD_INFORMATION_CLASS ThreadInformationClass,
    void* ThreadInformation,
    uint ThreadInformationLength);

thread_information_class.md