MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ExFastRefObjectNull

Function ExFastRefObjectNull

KernelLibrary/SysMon.cpp:351–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351BOOLEAN
352ExFastRefObjectNull(
353 _In_ EX_FAST_REF_S FastRef
354) {
355 return (BOOLEAN)(FastRef.Value == 0);
356}
357
358PVOID
359ExFastRefGetObject(

Callers 1

ExReferenceCallBackBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected