DEVICE_DSM_ROUND_UP macro (ntddstor.h)
The DEVICE_DSM_ROUND_UP macro is a DSM helper routine that rounds a byte quantity up to a given number of whole bytes.
Syntax
void DEVICE_DSM_ROUND_UP(
_a,
_b
);
Parameters
_a
The original number of bytes to round up.
_b
The target whole number of bytes up to round _a to.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |