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

/bind-9.11.3/bin/win32/BINDInstall/
H A DAccountInfo.cpp188 CreateServiceAccount(char *name, char *password) { argument
196 size_t passwdlen = strlen(password);
201 mbstowcs(AccountPassword, password, passwdlen + 1);

Completed in 12 milliseconds