Partager via


Méthode IWTSBitmapRenderer ::GetRendererStatistics (tsvirtualchannels.h)

Récupère les statistiques du convertisseur bitmap de redirection de média RemoteFX.

Syntaxe

HRESULT GetRendererStatistics(
  [out] BITMAP_RENDERER_STATISTICS *pStatistics
);

Paramètres

[out] pStatistics

Type : BITMAP_RENDERER_STATISTICS*

Adresse d’une structure de BITMAP_RENDERER_STATISTICS qui reçoit les statistiques de rendu bitmap.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
Plateforme cible Windows
En-tête tsvirtualchannels.h

Voir aussi

BITMAP_RENDERER_STATISTICS

IWTSBitmapRenderer