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.
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 |