CRefTime::operator = (Compact 2013)

3/26/2014

Assigns a new value to the object from an existing value.

Syntax

CRefTime& operator=(
  const CRefTime& rt 
);
CRefTime& operator=(
  const LONGLONG ll 
);

Parameters

  • rt
    Object to copy during the assignment operation.
  • ll
    LONGLONG reference time value.

Return Value

Returns a reference to this object after the operation.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CRefTime Class