Share via


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,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CPullPin Class