PsGetThreadServerSilo function (ntddk.h)
Determines whether the given thread is a silo.
Syntax
PESILO PsGetThreadServerSilo(
[In] PETHREAD Thread
);
Parameters
[In] Thread
A pointer to the thread being examined.
Return value
Returns a pointer to the server silo for the thread or NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | ntddk.h |
Library | Ntoskrnl.lib |
IRQL | <= DISPATCH_LEVEL |