JCL Help:CreateGlobalGroup

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Creates a global group on a Windows NT machine.


Pascal

 function CreateGlobalGroup(const Server: string; const Groupname: string; const Description: string): Boolean;


Parameters

Parameters Description
const Server: string The name of the machine to create the group account on.
const Groupname: string The name of the group to be created.


Return Value

If the function succeeds it returns True, otherwise it returns False.


Description

CreateGlobalGroup creates a global group in the acount database on the Windows NT machine specified by Server. A description for the group.


See Also

CreateLocalGroup DeleteLocalGroup


About

Unit

JclLANMan


Donator

Peter Friese


Notes

If the function returns False, the user can retrieve extended error information by calling RaiseLastOSException.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page