| Microsoft DirectX 8.1 (C++) | 
The SetGroupName method sets the application-defined name of the group.
Syntax
HRESULT SetGroupName(
    BSTR pGroupName
);
Parameters
pGroupName
BSTR that specifies the name of the group.
Return Value
Returns S_OK.
See Also