Searched refs:PrivCount (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | AccountInfo.h | 27 unsigned int *PrivCount, /* Count of Privileges returned */
|
H A D | AccountInfo.cpp | 52 unsigned int *PrivCount /* total number of Privileges in list */ 98 GetAccountPrivileges(char *name, wchar_t **PrivList, unsigned int *PrivCount, argument 166 PrivList, PrivCount)) == STATUS_SUCCESS) 390 wchar_t **PrivList, unsigned int *PrivCount) 408 for (j = 0; j < *PrivCount; j++) { 415 PrivList[*PrivCount] = 417 if (PrivList[*PrivCount] == NULL) 420 wcsncpy(PrivList[*PrivCount], UserRights[i].Buffer, 422 PrivList[*PrivCount][retlen] = L'\0'; 423 (*PrivCount) 389 GetPrivilegesOnAccount(LSA_HANDLE PolicyHandle, PSID AccountSid, wchar_t **PrivList, unsigned int *PrivCount) argument [all...] |
H A D | BINDInstallDlg.cpp | 949 unsigned int PrivCount = 0; local 957 status = GetAccountPrivileges(name, PrivList, &PrivCount, 971 if (PrivCount > 1) {
|
Completed in 22 milliseconds