Searched defs:PrivCount (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/bin/win32/BINDInstall/ |
H A D | AccountInfo.cpp | 63 unsigned int *PrivCount /* total number of Privileges in list */ 109 GetAccountPrivileges(char *name, wchar_t **PrivList, unsigned int *PrivCount, argument 158 PrivList, PrivCount)) == STATUS_SUCCESS) 373 wchar_t **PrivList, unsigned int *PrivCount) 391 for (j = 0; j < *PrivCount; j++) { 398 PrivList[*PrivCount] = 400 if (PrivList[*PrivCount] == NULL) 403 wcsncpy(PrivList[*PrivCount], UserRights[i].Buffer, 405 PrivList[*PrivCount][retlen] = L'\0'; 406 (*PrivCount) 372 GetPrivilegesOnAccount(LSA_HANDLE PolicyHandle, PSID AccountSid, wchar_t **PrivList, unsigned int *PrivCount) argument [all...] |
H A D | BINDInstallDlg.cpp | 755 unsigned int PrivCount = 0; local 763 status = GetAccountPrivileges(name, PrivList, &PrivCount, 777 if (PrivCount > 1) {
|
Completed in 2566 milliseconds