ISharedPropertyGroupManager::get_Group Method
Returns a reference to an existing shared property group.
Provided By
ISharedPropertyGroupManager Interface
HRESULT ISharedPropertyGroupManager::get_Group ( BSTR name, ISharedPropertyGroup** ppGroup, );
Parameters
name
[in] The name of the shared property group to retrieve.
ppGroup
[out] A reference to the shared property group specified in the name parameter, or NULL if the property group doesn't exist.
Return Values
S_OK
The shared property group exists, and a reference to it is returned in the ppGroup parameter.
E_INVALIDARG
The shared property group with the name specified in the name parameter doesn't exist.
See Also
Sharing State, ISharedPropertyGroupManager Interface