![]() |
| Previous | Next |
The GetMutualExclusion method retrieves a mutual exclusion object from the profile.
Syntax
HRESULT GetMutualExclusion(
DWORD dwMEIndex,
IWMMutualExclusion** ppME
);
Parameters
dwMEIndex
[in] Double word containing the index of the mutual exclusion object.
ppME
[out] Pointer to a 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 | Description |
| E_OUTOFMEMORY | Not enough memory for this operation. |
| E_INVALIDARG | ppME is NULL, or dwMEIndex is outside the range of indexes available. |
See Also
| Previous | Next |