Searched defs:accountName (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp903 char accountName[MAX_PATH]; local
908 memset(accountName, 0, nameLen);
920 (LPBYTE)accountName, &nameLen) != ERROR_SUCCESS)
927 else if (!strcmp(accountName, LOCAL_SERVICE)) {
935 Tmp = accountName;

Completed in 14 milliseconds