
Net Functions
Question: I want to programatically add a user to the Administrators group. The API NetLocalGroupAddMembers() works when adding my user to English Windows NT, but will not add the user to Spanish Windows NT because the Administrators group name is in Spanish–the API takes the group name as parameter. How