IFaxRoutingMethod::get_DeviceId method (faxcom.h)

The IFaxRoutingMethod::get_DeviceId property is a number representing the line identifier for the fax port.

This property is read-only.

Syntax

HRESULT get_DeviceId(
  long *pVal
);

Parameters

pVal

Return value

None

Remarks

A fax client application can use the IFaxRoutingMethod::get_DeviceId property to uniquely identify a fax port. You can call the IFaxRoutingMethod::get_DeviceName property to retrieve the user-friendly name for a port. Note, however, that it is possible for multiple fax ports to have the same user-friendly name.

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

IFaxRoutingMethod

IFaxRoutingMethod::get_DeviceName

IFaxRoutingMethods