Platform SDK: DirectX |
The DirectPlay4.GetGroupShortName method retrieves the short name associated with a group.
object.GetGroupShortName(GroupId As Long) As String
The method returns the short name of the group. This is equivalent to the value passed as the friendlyName parameter of the DirectPlay4.CreateGroup, DirectPlay4.CreateGroupInGroup, or DirectPlay4.SetGroupName method.
If the method fails, an error is raised and Err.Number will be set.