Home
last modified time | relevance | path

Searched refs:ServerName (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/bind/dist/bin/win32/BINDInstall/
H A DAccountInfo.cpp36 LPWSTR ServerName, /* machine to open policy on (Unicode) */
268 OpenPolicy(LPWSTR ServerName, DWORD DesiredAccess, PLSA_HANDLE PolicyHandle){ in OpenPolicy() argument
278 if (ServerName != NULL) { in OpenPolicy()
282 InitLsaString(&ServerString, ServerName); in OpenPolicy()