Searched refs:pServiceName (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | ws2tcpip.h | 66 _In_opt_ PCSTR pServiceName, 77 _In_opt_ PCWSTR pServiceName, 96 _In_opt_ PCSTR pServiceName, 103 _In_opt_ PCWSTR pServiceName, 130 _In_opt_ PCSTR pServiceName, 145 _In_opt_ PCWSTR pServiceName, 166 _In_opt_ PCSTR pServiceName, 179 _In_opt_ PCWSTR pServiceName, 205 _In_opt_ PCSTR pServiceName, 222 _In_opt_ PCWSTR pServiceName, [all …]
|
/reactos/base/system/services/ |
H A D | database.c | 1419 _In_ PCWSTR pServiceName, in ScmControlServiceEx() argument 1436 DPRINT("ScmControlService(%S, %d) called\n", pServiceName, dwControl); in ScmControlServiceEx() 1441 PacketSize += (DWORD)((wcslen(pServiceName) + 1) * sizeof(WCHAR)); in ScmControlServiceEx() 1477 wcscpy(Ptr, pServiceName); in ScmControlServiceEx() 1487 Ptr += wcslen(pServiceName) + 1; in ScmControlServiceEx() 1526 DPRINT("TransactNamedPipe(%S, %d) returned ERROR_IO_PENDING\n", pServiceName, dwControl); in ScmControlServiceEx() 1529 DPRINT("WaitForSingleObject(%S, %d) returned %lu\n", pServiceName, dwControl, dwError); in ScmControlServiceEx() 1533 DPRINT1("WaitForSingleObject(%S, %d) timed out\n", pServiceName, dwControl); in ScmControlServiceEx() 1564 DPRINT("ScmControlService(%S, %d) done (Error %lu)\n", pServiceName, dwControl, dwError); in ScmControlServiceEx() 1571 _In_ PCWSTR pServiceName, in ScmControlService() argument [all …]
|
H A D | services.h | 208 _In_ PCWSTR pServiceName,
|
/reactos/sdk/include/ddk/ |
H A D | d4drvif.h | 87 CHAR pServiceName[MAX_SERVICE_LENGTH + 1]; member
|