IRDPSRAPIInvitation::Revoked property
The revoked state of the invitation.
This property is read/write.
Syntax
HRESULT put_Revoked(
[in] VARIANT_BOOL NewVal
);
HRESULT get_Revoked(
[out] VARIANT_BOOL *pRetVal
);
Property value
The new status: TRUE if the invitation should be revoked and FALSE to resume accepting client connections.
Error codes
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. The following is a possible value.
- E_NOTIMPL
-
At attempt was made to call this method on the viewer side.
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
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
See also