IFaxInboundRoutingExtensions::get__NewEnum method (faxcomex.h)

The IFaxInboundRoutingExtensions::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the IFaxInboundRoutingExtensions collection.

Syntax

HRESULT get__NewEnum(
  [out, retval] IUnknown **ppUnk
);

Parameters

[out, retval] ppUnk

Type: IUnknown**

Receives an indirect pointer to the enumerator object's IUnknown interface for the collection.

Return value

Type: HRESULT

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

Remarks

In Microsoft Visual Basic, you do not need to use the _NewEnum property because it is automatically used in the implementation of For Each ... Next.

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

IFaxInboundRoutingExtensions