DEVICE_DSM_ROUND_UP - NtDoc

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

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

NtDoc

No description available.

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

DEVICE_DSM_ROUND_UP macro

Description

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

Parameters

_a

The original number of bytes to round up.

_b

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

Remarks

See also