IWorkspaceRegistration2::RemoveResourceEx method (workspaceruntime.h)

Not implemented.

Notifies the RemoteApp and Desktop Connection runtime that the client is disconnecting the connection.

Syntax

HRESULT RemoveResourceEx(
  [in] DWORD dwCookieConnection,
  [in] GUID  correlationId
);

Parameters

[in] dwCookieConnection

A DWORD value that contains a connection cookie returned by the AddResourceEx method.

[in] correlationId

TBD

Return value

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

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Target Platform Windows
Header workspaceruntime.h (include Workspaceruntime.h)

See also

IWorkspaceRegistration2