Lines Matching defs:pszAsUser
196 static void tstRTCreateProcEx4(const char *pszAsUser, const char *pszPassword)
202 NULL, NULL, pszAsUser, pszPassword, &hProc), VINF_SUCCESS);
226 static void tstRTCreateProcEx3(const char *pszAsUser, const char *pszPassword)
243 &Handle, &Handle, pszAsUser, pszPassword, &hProc), VINF_SUCCESS);
291 static void tstRTCreateProcEx2(const char *pszAsUser, const char *pszPassword)
308 NULL, &Handle, pszAsUser, pszPassword, &hProc), VINF_SUCCESS);
357 static void tstRTCreateProcEx1(const char *pszAsUser, const char *pszPassword)
374 &Handle, NULL, pszAsUser, pszPassword, &hProc), VINF_SUCCESS);
421 const char *pszAsUser = NULL;
427 pszAsUser = argv[2];
443 tstRTCreateProcEx1(pszAsUser, pszPassword);
444 tstRTCreateProcEx2(pszAsUser, pszPassword);
445 tstRTCreateProcEx3(pszAsUser, pszPassword);
446 tstRTCreateProcEx4(pszAsUser, pszPassword);
447 if (pszAsUser)
448 tstRTCreateProcEx5(pszAsUser, pszPassword);