Windows Media Format SDK banner art
PreviousNext

IWMMutualExclusion::SetType

The SetType method specifies the GUID of the type of mutual exclusion required.

Syntax

HRESULT SetType(
  REFGUID  guidType
);

Parameters

  guidType

[in]  GUID object specifying the type of mutual exclusion.

Return Values

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

Return code Meaning
E_INVALIDARG Invalid type.

Remarks

In this version of the SDK, the only type of mutual exclusion supported is CLSID_WMMUTEX_Bitrate. Developers should include this call for compatibility with future versions of this SDK.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.