MpUserCreateGroup

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpUserCreateGroup

mapp Services V5.16

This function is used to add a group (via the application).

Function

mpusercreategroup

Interface

I/O

Parameter

Data type

Description

IN

Name

WSTRING[20]

Name of the user group.

IN

Index

UINT

Index of the user group (must be in ascending order).

IN

Admin

BOOL

Defines whether the group has administrator rights.

IN

Level

DINT

Level of the user group.

IN

AccessRights

ARRAY[0..19] of MpUserAccessRightEnum

List that defines the rights for individual functions.

OUT

ReturnValue

DINT

Returns status information.

mapp concept

Section mapp components explains how mapp components are structured. In addition, it provides important notes for correctly using mapp components (e.g. for downloads).

Topics in this section:

Description