| Platform SDK: Transaction Server | 
ISharedPropertyGroupManager::get_Group Method
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
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