IWTSBitmapRenderService::GetMappedRenderer method (tsvirtualchannels.h)

Obtains the bitmap rendering object used to render media on the server.

Syntax

HRESULT GetMappedRenderer(
  [in]  UINT64                     mappingId,
  [in]  IWTSBitmapRendererCallback *pMappedRendererCallback,
  [out] IWTSBitmapRenderer         **ppMappedRenderer
);

Parameters

[in] mappingId

A 64-bit number that uniquely identifies the render mapping.

[in] pMappedRendererCallback

The address of the caller's IWTSBitmapRendererCallback interface.

[out] ppMappedRenderer

The address of an IWTSBitmapRenderer interface pointer that receives the bitmap renderer. When you have finished using pointer, release it by calling the IUnknown::Release() method.

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
Minimum supported server Windows Server 2012
Target Platform Windows
Header tsvirtualchannels.h

See also

IWTSBitmapRenderService