IFaxStatus::get_ElapsedTime method (faxcom.h)
Retrieves the ElapsedTime property for the FaxStatus object of a parent FaxPort object. The ElapsedTime property is a number that represents the elapsed time for an active fax job.
This property is read-only.
Syntax
HRESULT get_ElapsedTime(
DATE *pVal
);
Parameters
pVal
Return value
None
Remarks
The value of this property is provided in DATE format, but represents elapsed time, not the date and time. The value of this property is undefined if there is no job being executed on the device.
You can use the ElapsedTime property of a FaxStatus object in conjunction with the StartTime property of the object to inform users about the transmission length of a fax job.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | faxcom.h |
DLL | Faxcom.dll |