Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the most immediate parent silo in the hierarchy for a given job object.
Syntax
PESILO PsGetParentSilo(
[in, optional] PEJOB Job
);
Parameters
[in, optional] Job
A pointer to an EJOB structure that represents the job object.
Return value
A pointer to the parent silo of the job. This value may be PSP_HOST_SILO, because all silos descend from the host.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1709 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Header | ntddk.h |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe (kernel mode) |
IRQL | PASSIVE_LEVEL |