// ntddk.h
SILO_CONTEXT_CLEANUP_CALLBACK SiloContextCleanupCallback;
VOID SiloContextCleanupCallback(
[in] PVOID SiloContext
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
This callback is invoked when the context object reaches a reference count of zero.
SiloContext [in]A pointer provided by the user with the call to PsCreateSiloContext.