CPullPin::AlignDown (Compact 2013)
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, |