ALIGN_POINTER

Adjust a pointer by adding the minimum offset required for it to be aligned on a specified alignment boundary.

This function rounds the pointer specified by Pointer to the next alignment boundary specified by Alignment. The pointer to the aligned address is returned.

extern (C)
T*
ALIGN_POINTER
(
T
)
(,)

Return Value

Type: T*

Pointer to the aligned address.

Meta