Searched refs:CreateNamedPipeW (Results 1 – 12 of 12) sorted by relevance
/reactos/modules/rostests/apitests/localspl/ |
H A D | tests.c | 141 …hCommandPipe = CreateNamedPipeW(COMMAND_PIPE_NAME, PIPE_ACCESS_OUTBOUND, PIPE_TYPE_MESSAGE | PIPE_… in _RunRemoteTest() 148 …hOutputPipe = CreateNamedPipeW(OUTPUT_PIPE_NAME, PIPE_ACCESS_INBOUND, PIPE_TYPE_BYTE | PIPE_READMO… in _RunRemoteTest()
|
/reactos/modules/rostests/rosautotest/ |
H A D | CPipe.cpp | 35 m_hReadPipe = CreateNamedPipeW(wszPipeName, in CPipe()
|
/reactos/modules/rostests/apitests/advapi32/ |
H A D | svchlp.c | 290 hServerPipe = CreateNamedPipeW(named_pipe_name, PIPE_ACCESS_INBOUND, in test_runner()
|
H A D | ServiceArgs.c | 345 pipe_handle = CreateNamedPipeW(named_pipe_name, PIPE_ACCESS_INBOUND, in test_runner()
|
/reactos/base/services/dhcpcsvc/dhcp/ |
H A D | pipe.c | 301 CommPipe = CreateNamedPipeW in PipeThreadProc()
|
/reactos/base/services/umpnpmgr/ |
H A D | install.c | 154 hPipe = CreateNamedPipeW(PipeName, PIPE_ACCESS_OUTBOUND, PIPE_TYPE_BYTE, 1, 512, 512, 0, NULL); in InstallDevice()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | npipe.c | 246 CreateNamedPipeW(LPCWSTR lpName, in CreateNamedPipeW() function
|
/reactos/dll/win32/ole32/ |
H A D | rpc.c | 1978 new_pipe = CreateNamedPipeW( pipefn, PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED, in local_server_thread() 2018 lsp->pipe = CreateNamedPipeW(pipefn, PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED, in RPC_StartLocalServer()
|
/reactos/base/system/services/ |
H A D | database.c | 133 pServiceImage->hControlPipe = CreateNamedPipeW(szControlPipeName, in ScmCreateNewControlPipe()
|
/reactos/dll/win32/msi/ |
H A D | custom.c | 635 pipe = CreateNamedPipeW(buffer, PIPE_ACCESS_DUPLEX, 0, 1, sizeof(DWORD64), in custom_start_server()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 1785 HANDLE WINAPI CreateNamedPipeW(_In_ LPCWSTR, _In_ DWORD, _In_ DWORD, _In_ DWORD, _In_ DWORD, _In_ D… 3573 #define CreateNamedPipe CreateNamedPipeW
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 151 @ stdcall CreateNamedPipeW(wstr long long long long long long ptr)
|