Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 2.88 KB

nf-faxcomex-ifaxdevices-get_itembyid.md

File metadata and controls

89 lines (65 loc) · 2.88 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:faxcomex.IFaxDevices.get_ItemById
IFaxDevices::get_ItemById (faxcomex.h)
The IFaxDevices::get_ItemById method returns a FaxDevice object from the FaxDevices collection, using its device ID.
IFaxDevices interface [Fax Service]
get_ItemById method
IFaxDevices.get_ItemById
IFaxDevices::get_ItemById
_mfax_faxdevices.itembyid
fax._mfax_faxdevices_itembyid
faxcomex/IFaxDevices::get_ItemById
get_ItemById
get_ItemById method [Fax Service]
get_ItemById method [Fax Service]
IFaxDevices interface
fax\_mfax_faxdevices_itembyid.htm
Fax
VS|fax|~\fax\faxinta_n_4gmc.htm
12/05/2018
IFaxDevices interface [Fax Service],get_ItemById method, IFaxDevices.get_ItemById, IFaxDevices::get_ItemById, _mfax_faxdevices.itembyid, fax._mfax_faxdevices_itembyid, faxcomex/IFaxDevices::get_ItemById, get_ItemById, get_ItemById method [Fax Service], get_ItemById method [Fax Service],IFaxDevices interface
faxcomex.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
IFaxDevices::get_ItemById
faxcomex/IFaxDevices::get_ItemById
c++
APIRef
kbSyntax
COM
FaxComex.h
IFaxDevices.get_ItemById

IFaxDevices::get_ItemById

-description

The IFaxDevices::get_ItemById method returns a FaxDevice object from the FaxDevices collection, using its device ID.

-parameters

-param lId [in]

Type: long

The unique ID of the device to retrieve.

-param ppFaxDevice [out, retval]

Type: ppFaxDevice**

A FaxDevice object.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

To retrieve an item from the FaxDevices collection using the device's index, call the Item property.

-see-also

FaxDevices

IFaxDevices

Visual Basic Example