DEVICE_DSM_ROUND_DN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddstor.h

void DEVICE_DSM_ROUND_DN(
  _a,
  _b
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddstor-device_dsm_round_dn)

DEVICE_DSM_ROUND_DN macro

Description

The DEVICE_DSM_ROUND_DN macro is a DSM helper routine that rounds a byte quantity down to a given number of whole bytes.

Parameters

_a

The original number of bytes to round down.

_b

The target whole number of bytes down to round _a to.

Remarks

See also