IFaxStatus::get_StartTime method (faxcom.h)

Retrieves the StartTime property for the FaxStatus object of a parent FaxPort object. The StartTime property is a number that represents the starting time for an active fax job.

This property is read-only.

Syntax

HRESULT get_StartTime(
  DATE *pVal
);

Parameters

pVal

Return value

None

Remarks

You can use the StartTime property of a FaxStatus object in conjunction with the ElapsedTime 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

See also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxPort

IFaxPorts

IFaxStatus

IFaxStatus::get_ElapsedTime