CRefTime::operator += (Compact 2013)

3/26/2014

Adds the value of another CRefTime object to this CRefTime object.

Syntax

CRefTime& operator+=(
  const CRefTime& rt 
);

Parameters

Return Value

Returns a reference to this object.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CRefTime Class