CreateApplicationGroup
Purpose
The CreateApplicationGroup function creates an application group object in the repository database.
Requirements
The name of an application group must be unique.
Syntax
HRESULT CreateApplicationGroup(LPCTSTR Name,
LPCTSTR Description=NULL);
Argument |
In/Out |
Description |
Name |
In |
Name of the Application Group. |
Description |
In |
Description for the Application Group. |