Thread: Modules general
View Single Post
Old 09-23-2003, 02:41 AM  
darkone
Disabled
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

GetUsers = FindFirstUser + FindNextUser...


if ((hSearch = FindFirstUser("*", &lpUserFile)))
{
do
{
} while (! FindNextUser(hSearch, &lpUserFile));
}

I can't see reason to have such for groups :i
darkone is offline