Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.79 KB

nf-faxcomex-ifaxaccounts-get_item.md

File metadata and controls

81 lines (62 loc) · 2.79 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.IFaxAccounts.get_Item
IFaxAccounts::get_Item (faxcomex.h)
Returns a FaxAccount object from a FaxAccounts collection.
IFaxAccounts interface [Fax Service]
get_Item method
IFaxAccounts.get_Item
IFaxAccounts::get_Item
_mfax_faxaccounts.item_cpp
fax._mfax_faxaccounts_item_cpp
faxcomex/IFaxAccounts::get_Item
get_Item
get_Item method [Fax Service]
get_Item method [Fax Service]
IFaxAccounts interface
fax\_mfax_faxaccounts_item_cpp.htm
Fax
VS|fax|~\fax\reference\serviceextendedcom\i\ifaxaccounts\get_item.htm
12/05/2018
IFaxAccounts interface [Fax Service],get_Item method, IFaxAccounts.get_Item, IFaxAccounts::get_Item, _mfax_faxaccounts.item_cpp, fax._mfax_faxaccounts_item_cpp, faxcomex/IFaxAccounts::get_Item, get_Item, get_Item method [Fax Service], get_Item method [Fax Service],IFaxAccounts interface
faxcomex.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Fxscomex.dll
Windows
19H1
IFaxAccounts::get_Item
faxcomex/IFaxAccounts::get_Item
c++
APIRef
kbSyntax
COM
Fxscomex.dll
IFaxAccounts.get_Item

IFaxAccounts::get_Item

-description

Returns a FaxAccount object from a FaxAccounts collection.

-parameters

-param vIndex [in]

Type: VARIANT

VARIANT that specifies a value that indicates the item to retrieve from the collection. If this parameter is type VT_I2 or VT_I4, it specifies the index of the item to retrieve. The index is 1-based. If this parameter is type VT_BSTR, it specifies the account name to use to search the collection. Other types are not supported.

-param pFaxAccount [out, retval]

Type: IFaxAccount**

The FaxAccount object.

-returns

Type: HRESULT

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

-see-also

IFaxAccounts

Item