IovDetachDevice

VOID __fastcall IovDetachDevice(_DEVICE_OBJECT *TargetDevice, VOID *CallerAddress){
  if( !VfIoDisabled )
    VfIoDetachDevice(TargetDevice, CallerAddress);
}

Referenced by:

IoDetachDevice