IFaxOutgoingJobs::get__NewEnum method (faxcomex.h)

The IFaxOutgoingJobs::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the IFaxOutgoingJobs 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 this collection.

Return value

Type: HRESULT

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

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

FaxOutgoingJobs

IFaxOutgoingJobs