Home
last modified time | relevance | path

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

/reactos/base/services/svchost/
H A Dsvchost.c282 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 Dsvchost.h106 LPCWSTR pszServiceName; member
/reactos/base/applications/sc/
H A Dquery.c303 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 Dwspiapi.h266 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 Daddrinfo.c510 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 Dsctrl.c336 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 Dscm.c1911 _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 Dconfig.c470 IN PCWSTR pszServiceName, in ScmSetServicePassword() argument
483 ServiceNameLength = wcslen(pszServiceName); in ScmSetServicePassword()
505 wcscat(ServiceName.Buffer, pszServiceName); in ScmSetServicePassword()
H A Dservices.h142 IN PCWSTR pszServiceName,
H A Drpcserver.c6731 _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 Dsvc.h82 _In_ PCWSTR pszServiceName,
/reactos/sdk/include/reactos/idl/
H A Dsvcctl.idl887 [in, string] LPWSTR pszServiceName,