Partager via


Méthode IWTSPluginServiceProvider ::GetService (tsvirtualchannels.h)

Obtient le service spécifié.

Syntaxe

HRESULT GetService(
  [in]  GUID     ServiceId,
  [out] IUnknown **ppunkObject
);

Paramètres

[in] ServiceId

Spécifie le service à récupérer. Il peut s’agir des valeurs suivantes.

RDCLIENT_BITMAP_RENDER_SERVICE

Identifie le service de rendu bitmap. Le paramètre ppunkObject reçoit un pointeur d’interface IWTSBitmapRenderService .

[out] ppunkObject

Adresse d’un pointeur vers une interface IUnknown qui reçoit l’objet de service.

Valeur retournée

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

IWTSPluginServiceProvider