Skip to main content

What it does

Obtains information about a group.

Definition

bool GetGroup( int groupId, out GroupInfo groupinfo );

Parameters

NameTypeDescription
groupIdintGroup ID

Returned value

Type

Description

bool

  • The value that tells whether the group exists. Possible values:
  • “true” if the specified group is found
  • otherwise returns “false”

GroupInfo

Information about a group