Microsoft DirectX 8.1 (C++) |
The GetGroupName method retrieves the application-defined name of the group.
Syntax
HRESULT GetGroupName(
BSTR *pGroupName
);
Parameters
pGroupName
[out, retval] Pointer to a variable of type BSTR that receives the name of the group.
Return Value
Returns S_OK if successful. Otherwise, returns E_POINTER or another HRESULT value indicating the cause of the error.
Remarks
The method allocates memory for the string. The application must call SysFreeString to free the memory.
See Also