Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
888 B

  1. DWORD // ret- 0 or error code
  2. TranslateLocalGroup(
  3. WCHAR const * groupName, // in - name of group to translate
  4. WCHAR const * serverName, // in - name of server for local group
  5. SecurityTranslatorArgs * stArgs, // in - translation settings
  6. TSDRidCache * cache, // in - translation table
  7. TSDResolveStats * stat // in - stats on items modified
  8. );
  9. DWORD
  10. TranslateLocalGroups(
  11. WCHAR const * serverName, // in - name of server to translate groups on
  12. SecurityTranslatorArgs * stArgs, // in - translation settings
  13. TSDRidCache * cache, // in - translation table
  14. TSDResolveStats * stat // in - stats on items modified
  15. );