Windows Media Format SDK banner art
PreviousNext

IWMProfile::GetMutualExclusionCount

The GetMutualExclusionCount method retrieves the number of mutual exclusion objects in the profile.

Syntax

HRESULT GetMutualExclusionCount(
  DWORD*  pcME
);

Parameters

  pcME

[out]  Pointer to a count of mutual exclusions.

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.