Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |