IRDPSRAPIInvitation::put_Revoked method (rdpencomapi.h)

The revoked state of the invitation.

This property is read/write.

Syntax

HRESULT put_Revoked(
  VARIANT_BOOL NewVal
);

Parameters

NewVal

Return value

None

Remarks

There is no way to delete an invitation, only to revoke it. This enables the application to check whether a ticket was issued before to ensure that each invitation has a unique ticket. If an invitation state is revoked, no new attendees can connect by using that invitation.

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

IRDPSRAPIInvitation