UINT64 __fastcall PipAddDevicesToBootDriverWorker(
VOID *DeviceInstanceHandle,
_UNICODE_STRING *DeviceInstancePath,
VOID *Context){
_DEVICE_OBJECT *v3;
_DEVICE_OBJECT *v4;
v3 = (_DEVICE_OBJECT *)PnpDeviceObjectFromDeviceInstanceWithTag((INT64)DeviceInstancePath, 0x746C6644ui64);
v4 = v3;
if( v3 )
{
PiProcessAddBootDevices(v3);
ObfDereferenceObjectWithTag(v4, 0x746C6644ui64);
}
return 1i64;
}