// ntddk.h
VOID PsReferenceSiloContext(
[in] PVOID SiloContext
);
View the official Windows Driver Kit DDI referenceNo description available.
This routine increments the reference count on the object.
SiloContext [in]A pointer to the object created by the PsCreateSiloContext routine. This parameter is required and it cannot be NULL.