Partager via


MÉTHODE IMFNetProxyLocatorFactory::CreateProxyLocator (mfidl.h)

Crée un objet localisateur de proxy d’interface IMFNetProxyLocator basé sur le nom du protocole.

Syntaxe

HRESULT CreateProxyLocator(
  [in]  LPCWSTR            pszProtocol,
  [out] IMFNetProxyLocator **ppProxyLocator
);

Paramètres

[in] pszProtocol

Chaîne de caractères larges terminée par null contenant le nom du protocole (par exemple, RTSP ou HTTP).

[out] ppProxyLocator

Reçoit un pointeur vers l’interface IMFNetProxyLocator . L’appelant doit libérer l’interface.

Valeur retournée

Cette méthode retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

Code de retour Description
S_OK
S_OK

Spécifications

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête mfidl.h
Bibliothèque Mfuuid.lib

Voir aussi

IMFNetProxyLocatorFactory