PsReferenceSiloContext function (ntddk.h)
This routine increments the reference count on the object.
Syntax
void PsReferenceSiloContext(
[in] PVOID SiloContext
);
Parameters
[in] SiloContext
A pointer to the object created by the PsCreateSiloContext routine. This parameter is required and it cannot be NULL.
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 |
IRQL | IRQL_requires_max(DISPATCH_LEVEL) |