JCL Help:GetGlobalGroups
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetGlobalGroups Function
Search in JCL Help
Search in all projects
Summary
Retrieves a list of global groups on a Windows NT machine.
Pascal
function GetGlobalGroups(const Server: string; const Groups: TStrings): Boolean;
Parameters
Parameters | Description |
const Server: string | The name of the machine to retrieve the list of groups from. |
const Groups: TStrings | This string list will contain the group names. |
Return Value
If the function succeeds it returns True, otherwise it returns False.
Description
GetLocalGroups retrieves a list of global groups from the account database specified by Server.
See Also
About
Unit
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