Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |