Struct winapi::um::winnt::JOBOBJECT_BASIC_PROCESS_ID_LIST [−][src]
#[repr(C)]pub struct JOBOBJECT_BASIC_PROCESS_ID_LIST {
pub NumberOfAssignedProcesses: DWORD,
pub NumberOfProcessIdsInList: DWORD,
pub ProcessIdList: [ULONG_PTR; 1],
}Fields
NumberOfAssignedProcesses: DWORDNumberOfProcessIdsInList: DWORDProcessIdList: [ULONG_PTR; 1]Trait Implementations
Returns the “default value” for a type. Read more