Windows Media Format SDK banner art
PreviousNext

IWMProfile::RemoveMutualExclusion

The RemoveMutualExclusion method removes a mutual exclusion object from the profile.

Syntax

HRESULT RemoveMutualExclusion(
  IWMMutualExclusion*  pME
);

Parameters

  pME

[in]  Pointer to a mutual exclusion object.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code Meaning
E_INVALIDARG The pcME parameter is NULL.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.