IFaxDeviceProvider::get_DeviceIds method (faxcomex.h)

The IFaxDeviceProvider::get_DeviceIds property returns a variant safe array of long (VT_I4 | VT_ARRAY). Each long value in the array is a device ID.

This property is read-only.

Syntax

HRESULT get_DeviceIds(
  VARIANT *pvDeviceIds
);

Parameters

pvDeviceIds

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxDeviceProvider

IFaxDeviceProvider

Visual Basic Example