|  | 
| Previous | Next | 
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
| Previous | Next |