Searched refs:AccountName (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/bin/win32/BINDInstall/ |
H A D | AccountInfo.cpp | 46 LPTSTR AccountName, /* account of interest */ 68 LPTSTR AccountName, /* Name of the account */ 114 TCHAR AccountName[256]; /* static account name buffer */ local 132 wsprintf(AccountName, TEXT("%hS"), name); 133 if (!GetAccountSid(NULL, AccountName, &pSid)) 152 wsprintf(AccountName, TEXT("%hS"), Accounts[i]); 154 if (!GetAccountSid(NULL, AccountName, &pSid)) 188 wchar_t AccountName[MAX_NAME_LENGTH]; local 191 mbstowcs(AccountName, name, namelen + 1); 200 ui.usri1_name = (LPWSTR) &AccountName; 223 TCHAR AccountName[256]; /* static account name buffer */ local 296 GetAccountSid(LPTSTR SystemName, LPTSTR AccountName, PSID *Sid) argument [all...] |
Completed in 9 milliseconds