mirror of
https://github.com/nefarius/WDF-Utils.git
synced 2025-12-13 03:35:35 +01:00
Added generic pool tag
This commit is contained in:
@@ -131,7 +131,7 @@ FindDriverBaseAddress(
|
|||||||
moduleInfo = (PSYSTEM_MODULE_INFORMATION)ExAllocatePoolWithTag(
|
moduleInfo = (PSYSTEM_MODULE_INFORMATION)ExAllocatePoolWithTag(
|
||||||
NonPagedPool,
|
NonPagedPool,
|
||||||
bufferSize,
|
bufferSize,
|
||||||
BTHPS_POOL_TAG
|
'looP'
|
||||||
);
|
);
|
||||||
#pragma warning(default:4996)
|
#pragma warning(default:4996)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user