VfPendingCheckForChanges
VOID __stdcall VfPendingCheckForChanges(UINT64 Settings){
size_t v1;
VOID *PoolWithTagPriority;
if( (Settings & 0x200) != 0 && !VfForcedPendingLog )
{
if( (unsigned int)VfForcedPendingLogLength > 0x100000 )
VfForcedPendingLogLength = 0x100000;
v1 = VfForcedPendingLogLength << 9;
PoolWithTagPriority = ExAllocatePoolWithTagPriority(
NonPagedPoolNx,
(unsigned __int64)(unsigned int)VfForcedPendingLogLength << 9,
0x50466656ui64,
HighPoolPriority);
VfForcedPendingLog = (__int64)PoolWithTagPriority;
if( PoolWithTagPriority )
memset(PoolWithTagPriority, 0i64, v1);
}
}Referenced by:
VfInitVerifierComponents
VfSettingsCheckForChanges