FsRtlDismountComplete

VOID __stdcall FsRtlDismountComplete(_DEVICE_OBJECT *DeviceObject, INT64 DismountStatus){
  if( (int)DismountStatus >= 0 )
    _InterlockedIncrement((volatile signed __int32 *)&KUSER_SHARED_DATA.DismountCount);
}

Referenced by:

No references.