Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.58 KB

ntsetinformationprocess.md

File metadata and controls

29 lines (25 loc) · 2.58 KB

Sets various information about the specified process.

Parameters

  • ProcessHandle - a handle to the process or the NtCurrentProcess pseudo-handle. For most information classes, the handle must grant either PROCESS_SET_INFORMATION or PROCESS_SET_LIMITED_INFORMATION access.
  • ProcessInformationClass - the type of information to set.
  • ProcessInformation - a pointer to the buffer with the data specific to the request.
  • ProcessInformationLength - the size of the provided buffer in bytes.

Information classes

For the list of supported info classes and required process access, see PROCESSINFOCLASS.

Related Win32 API

See also

  • NtOpenProcess
  • NtQueryInformationProcess