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.
3/26/2014
Aligns a LONGLONG value down to the next LONG boundary.
Syntax
LONGLONG AlignDown(
LONGLONG ll,
LONG lAlign
);
Parameters
- ll
Element to be aligned.
- lAlign
Alignment boundary.
Return Value
Returns the ll value aligned to lAlign.
Remarks
Aligning downward is a truncation operation.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |