Partager via


Méthode IMFASFProfile::AddMutualExclusion (wmcontainer.h)

Ajoute un objet d’exclusion mutuelle asf (Advanced Systems Format) configuré au profil.

Syntaxe

HRESULT AddMutualExclusion(
  [in] IMFASFMutualExclusion *pIMutex
);

Paramètres

[in] pIMutex

Pointeur vers l’interface IMFASFMutualExclusion d’un objet d’exclusion mutuelle ASF configuré.

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

Remarques

Vous pouvez créer un objet d’exclusion mutuelle en appelant la méthode IMFASFProfile::CreateMutualExclusion .

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 wmcontainer.h
Bibliothèque Mfuuid.lib

Voir aussi

Profil ASF

IMFASFMutualExclusion

IMFASFProfile

IMFASFProfile::GetMutualExclusion

IMFASFProfile::RemoveMutualExclusion