IRDPSRAPIInvitationManager interface (rdpencomapi.h)

Manages invitation objects.

Applications obtain access to this object using IRDPSRAPISharingSession::get_Invitations

This interface provides access to the RDPSRAPIInvitationManager object.

Inheritance

The IRDPSRAPIInvitationManager interface inherits from the IDispatch interface. IRDPSRAPIInvitationManager also has these types of members:

Methods

The IRDPSRAPIInvitationManager interface has these methods.

 
IRDPSRAPIInvitationManager::CreateInvitation

Creates an invitation.
IRDPSRAPIInvitationManager::get__NewEnum

An enumerator interface for the invitation collection.
IRDPSRAPIInvitationManager::get_Count

The number of invitations in the collection.
IRDPSRAPIInvitationManager::get_Item

An item in the invitation collection.

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

See also

IDispatch

IRDPSRAPIInvitation