IRDPSRAPIApplicationList::get__NewEnum method (rdpencomapi.h)

An enumerator interface for the application collection.

This property is read-only.

Syntax

HRESULT get__NewEnum(
  IUnknown **retval
);

Parameters

retval

Return value

None

Remarks

The enumerator provides a snapshot of the collection. If an application is destroyed during enumeration, the API still has access to all the elements that were present when the snapshot was taken.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h
DLL RdpEncom.dll

See also

IRDPSRAPIApplicationList