windows-nt/Source/XPSP1/NT/admin/admt/workobj/lgtrans.h

19 lines
888 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
DWORD // ret- 0 or error code
TranslateLocalGroup(
WCHAR const * groupName, // in - name of group to translate
WCHAR const * serverName, // in - name of server for local group
SecurityTranslatorArgs * stArgs, // in - translation settings
TSDRidCache * cache, // in - translation table
TSDResolveStats * stat // in - stats on items modified
);
DWORD
TranslateLocalGroups(
WCHAR const * serverName, // in - name of server to translate groups on
SecurityTranslatorArgs * stArgs, // in - translation settings
TSDRidCache * cache, // in - translation table
TSDResolveStats * stat // in - stats on items modified
);