PsDetachSiloFromCurrentThread function (ntddk.h)
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.
Syntax
void PsDetachSiloFromCurrentThread(
[in] PESILO PreviousSilo
);
Parameters
[in] PreviousSilo
The value returned from the silo attach call.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1607 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Header | ntddk.h |