FaxPort.GetStatus method

The GetStatus method creates a FaxStatus object for the parent FaxPort object. The FaxStatus object contains the current status of a fax port.

Syntax

FaxPort.GetStatus( _
  ByRef retVal As IDispatch _
) As Long

Parameters

retVal [out]

Type: IDispatch*

Retrieves a FaxStatus object.

Remarks

The GetStatus method retrieves an IDispatch interface pointer to a FaxStatus object. A fax client application can also access the IFaxStatus interface directly by calling the IUnknown::QueryInterface method to retrieve an IFaxStatus interface pointer.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxPort

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxPort

IFaxPorts

IFaxStatus