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
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, |
Library |
ole32.lib, |