/reactos/base/services/svchost/ |
H A D | svchost.c | 282 LPCWSTR pszServiceName; in BuildServiceArray() local 302 pszServiceName = ServiceNames; in BuildServiceArray() 303 while (*pszServiceName != UNICODE_NULL) in BuildServiceArray() 307 pszServiceName += lstrlenW(pszServiceName) + 1; in BuildServiceArray() 321 pszServiceName = ServiceNames; in BuildServiceArray() 325 pService++->pszServiceName = pszServiceName; in BuildServiceArray() 326 pszServiceName += lstrlenW(pszServiceName) + 1; in BuildServiceArray() 742 (lstrcmpW(pDll->pService->pszServiceName, pService->pszServiceName) == 0)) in FindDll() 885 pService->pszServiceName, in GetServiceMainFunctions() 897 pService->pszServiceName); in GetServiceMainFunctions() [all …]
|
H A D | svchost.h | 106 LPCWSTR pszServiceName; member
|
/reactos/base/applications/sc/ |
H A D | query.c | 303 LPCTSTR pszServiceName = NULL; in Query() local 328 &pszServiceName)) in Query() 337 _tprintf(_T("Service name: %s\n"), pszServiceName); in Query() 340 if (pszServiceName) in Query() 346 pStatus = QueryService(pszServiceName); in Query() 349 PrintService(pszServiceName, in Query()
|
/reactos/sdk/include/psdk/ |
H A D | wspiapi.h | 266 IN const char *pszServiceName, in WspiapiLegacyGetAddrInfo() argument 284 if ((!pszNodeName) && (!pszServiceName)) return EAI_NONAME; in WspiapiLegacyGetAddrInfo() 304 if (pszServiceName) { in WspiapiLegacyGetAddrInfo() 305 wPort = (WORD) strtoul(pszServiceName, &pc, 10); in WspiapiLegacyGetAddrInfo() 315 ptService = getservbyname(pszServiceName, "udp"); in WspiapiLegacyGetAddrInfo() 319 ptService = getservbyname(pszServiceName, "tcp"); in WspiapiLegacyGetAddrInfo() 369 OUT char *pszServiceName, in WspiapiLegacyGetNameInfo() argument 385 if (!(pszNodeName && tNodeLength) && !(pszServiceName && tServiceLength)) { in WspiapiLegacyGetNameInfo() 391 if (pszServiceName && tServiceLength) { in WspiapiLegacyGetNameInfo() 406 _WSPIAPI_STRCPY_S(pszServiceName, tServiceLength, pszService); in WspiapiLegacyGetNameInfo()
|
/reactos/dll/win32/ws2_32/src/ |
H A D | addrinfo.c | 510 IN PCWSTR pszServiceName, in GetAddrInfoW() argument 529 DPRINT("GetAddrInfoW: %S, %S, %p, %p\n", pszNodeName, pszServiceName, ptHints, pptResult); in GetAddrInfoW() 535 if (!(pszNodeName) && !(pszServiceName)) in GetAddrInfoW() 588 if (pszServiceName) in GetAddrInfoW() 593 pszServiceName, in GetAddrInfoW()
|
/reactos/dll/win32/advapi32/service/ |
H A D | sctrl.c | 336 PWSTR pszServiceName; in ScBuildUnicodeArgsVector() local 349 pszServiceName = (PWSTR)((ULONG_PTR)ControlPacket + ControlPacket->dwServiceNameOffset); in ScBuildUnicodeArgsVector() 350 cbServiceName = lstrlenW(pszServiceName) * sizeof(WCHAR) + sizeof(UNICODE_NULL); in ScBuildUnicodeArgsVector() 389 memcpy(lpVector[0], pszServiceName, cbServiceName); in ScBuildUnicodeArgsVector()
|
H A D | scm.c | 1911 _In_ LPCWSTR pszServiceName, in I_ScValidatePnpService() argument 1919 pszMachineName, pszServiceName, phServiceStatus); in I_ScValidatePnpService() 1933 (LPWSTR)pszServiceName, in I_ScValidatePnpService()
|
/reactos/base/system/services/ |
H A D | config.c | 470 IN PCWSTR pszServiceName, in ScmSetServicePassword() argument 483 ServiceNameLength = wcslen(pszServiceName); in ScmSetServicePassword() 505 wcscat(ServiceName.Buffer, pszServiceName); in ScmSetServicePassword()
|
H A D | services.h | 142 IN PCWSTR pszServiceName,
|
H A D | rpcserver.c | 6731 _In_ LPWSTR pszServiceName, in RI_ScValidatePnPService() argument 6737 DPRINT("RI_ScValidatePnPService(%p %S %p)\n", hSCManager, pszServiceName, phServiceStatus); in RI_ScValidatePnPService() 6757 pService = ScmGetServiceEntryByName(pszServiceName); in RI_ScValidatePnPService()
|
/reactos/sdk/include/reactos/ |
H A D | svc.h | 82 _In_ PCWSTR pszServiceName,
|
/reactos/sdk/include/reactos/idl/ |
H A D | svcctl.idl | 887 [in, string] LPWSTR pszServiceName,
|