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 |