PsDetachSiloFromCurrentThread - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

VOID PsDetachSiloFromCurrentThread(
  [in] PESILO PreviousSilo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-psdetachsilofromcurrentthread)

Description

This routine removes a thread from a silo which was added by an attach. For more info about attaching, see the PsAttachSiloToCurrentThread routine.

The caller is responsible for dereferencing the object after the detach has completed.

Parameters

PreviousSilo [in]

The value returned from the silo attach call.

See also

PsAttachSiloToCurrentThread