Platform SDK: Fax Services |
The IFaxTiff::get_RawReceiveTime method retrieves the RawReceiveTime property for a FaxTiff object. The RawReceiveTime property is the time at which reception began for an inbound fax file, expressed in Coordinated Universal Time (UTC). This property can also be the time at which reception or transmission began for an archived file.
A fax client application must call the IFaxTiff::put_Image method to set the Image property before retrieving another property for a FaxTiff object.
HRESULT get_RawReceiveTime( VARIANT *pVal // receives starting time );
Returns an HRESULT value indicating success or failure. If the method succeeds, it returns S_OK. Otherwise, it returns a COM-defined error code.
You should not check directly for success or failure. Use the COM SUCCEEDED and FAILED macros instead.
The IFaxTiff::get_RawReceiveTime method sets the pVal parameter to the local time at which the fax job started receiving or transmitting the fax file.
The IFaxTiff::get_ReceiveTime method returns the time in a formatted string.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in faxcom.h.
Import Library: Included as a resource in faxcom.dll.
Fax Service Client Application Programming Interface Overview, Fax Service Client API Interfaces, IFaxTiff, IFaxTiff::put_Image, FILETIME, IFaxTiff::get_ReceiveTime