IWorkspaceRegistration2::AddResourceEx method (workspaceruntime.h)

Not implemented.

Adds a resource to the connection in RemoteApp and Desktop Connection.

Syntax

HRESULT AddResourceEx(
  [in]  IWorkspaceClientExt *pUnk,
  [in]  BSTR                bstrEventLogUploadAddress,
  [out] DWORD               *pdwCookie,
  [in]  GUID                correlationId
);

Parameters

[in] pUnk

A pointer to the IWorkspaceClientExt object that called this method.

[in] bstrEventLogUploadAddress

TBD

[out] pdwCookie

A pointer to a DWORD variable to receive the connection cookie for a new resource.

[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