Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 3.02 KB

ns-winnt-jobobject_basic_process_id_list.md

File metadata and controls

79 lines (63 loc) · 3.02 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winnt._JOBOBJECT_BASIC_PROCESS_ID_LIST
JOBOBJECT_BASIC_PROCESS_ID_LIST (winnt.h)
Contains the process identifier list for a job object.
*PJOBOBJECT_BASIC_PROCESS_ID_LIST
JOBOBJECT_BASIC_PROCESS_ID_LIST
JOBOBJECT_BASIC_PROCESS_ID_LIST structure
PJOBOBJECT_BASIC_PROCESS_ID_LIST
PJOBOBJECT_BASIC_PROCESS_ID_LIST structure pointer
_JOBOBJECT_BASIC_PROCESS_ID_LIST
_win32_jobobject_basic_process_id_list_str
base.jobobject_basic_process_id_list_str
winnt/JOBOBJECT_BASIC_PROCESS_ID_LIST
winnt/PJOBOBJECT_BASIC_PROCESS_ID_LIST
base\jobobject_basic_process_id_list_str.htm
backup
fae42f3b-d4bd-4126-aa19-47f046ced09f
12/05/2018
*PJOBOBJECT_BASIC_PROCESS_ID_LIST, JOBOBJECT_BASIC_PROCESS_ID_LIST, JOBOBJECT_BASIC_PROCESS_ID_LIST structure, PJOBOBJECT_BASIC_PROCESS_ID_LIST, PJOBOBJECT_BASIC_PROCESS_ID_LIST structure pointer, _JOBOBJECT_BASIC_PROCESS_ID_LIST, _win32_jobobject_basic_process_id_list_str, base.jobobject_basic_process_id_list_str, winnt/JOBOBJECT_BASIC_PROCESS_ID_LIST, winnt/PJOBOBJECT_BASIC_PROCESS_ID_LIST
winnt.h
Windows.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
JOBOBJECT_BASIC_PROCESS_ID_LIST, *PJOBOBJECT_BASIC_PROCESS_ID_LIST
19H1
_JOBOBJECT_BASIC_PROCESS_ID_LIST
winnt/_JOBOBJECT_BASIC_PROCESS_ID_LIST
PJOBOBJECT_BASIC_PROCESS_ID_LIST
winnt/PJOBOBJECT_BASIC_PROCESS_ID_LIST
JOBOBJECT_BASIC_PROCESS_ID_LIST
winnt/JOBOBJECT_BASIC_PROCESS_ID_LIST
c++
APIRef
kbSyntax
HeaderDef
WinNT.h
JOBOBJECT_BASIC_PROCESS_ID_LIST

JOBOBJECT_BASIC_PROCESS_ID_LIST structure

-description

Contains the process identifier list for a job object. If the job is nested, the process identifier list consists of all processes associated with the job and its child jobs.

-struct-fields

-field NumberOfAssignedProcesses

The number of process identifiers to be stored in ProcessIdList.

-field NumberOfProcessIdsInList

The number of process identifiers returned in the ProcessIdList buffer. If this number is less than NumberOfAssignedProcesses, increase the size of the buffer to accommodate the complete list.

-field ProcessIdList

A variable-length array of process identifiers returned by this call. Array elements 0 through NumberOfProcessIdsInList– 1 contain valid process identifiers.

-see-also

QueryInformationJobObject

SetInformationJobObject