Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources