VerifierIoCreateDevice
INT64 __stdcall VerifierIoCreateDevice(
_DRIVER_OBJECT *DriverObject,
UINT64 DeviceExtensionSize,
_UNICODE_STRING *DeviceName,
UINT64 DeviceType,
UINT64 DeviceCharacteristics,
UINT8 Exclusive,
_DEVICE_OBJECT **DeviceObject){
int v7;
v7 = ((__int64(__fastcall *)(_DRIVER_OBJECT *, UINT64, _UNICODE_STRING *, UINT64, _DWORD, UINT8, _DEVICE_OBJECT **))pXdvIoCreateDevice)(
DriverObject,
DeviceExtensionSize,
DeviceName,
DeviceType,
DeviceCharacteristics,
Exclusive,
DeviceObject);
if( v7 >= 0 && (MmVerifierData & 0x10) != 0 )
ViDevObjAdd(*DeviceObject);
return(unsigned int)v7;
}Referenced by:
No references.