Previous | Next |
The GetType method retrieves the GUID of the type of mutual exclusion required.
Syntax
HRESULT GetType(
GUID* pguidType
);
Parameters
pguidType
[out] Pointer to a globally unique identifier that specifies 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_POINTER | The pguidType parameter is NULL. |
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
Previous | Next |