Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PAGE_ALIGN macro (wdm.h)

The PAGE_ALIGN macro returns a page-aligned virtual address for a given virtual address.

Syntax

void PAGE_ALIGN(
 [in] Va
);

Parameters

[in] Va

Pointer to the virtual address.

Return value

None

Remarks

PAGE_ALIGN returns a pointer to the page-aligned virtual address.

Available starting with Windows 2000.

Requirements

Requirement Value
Header wdm.h
IRQL Any level

Feedback

Was this page helpful?

Additional resources