Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/localspl/
H A Dtests.c141 …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 DCPipe.cpp35 m_hReadPipe = CreateNamedPipeW(wszPipeName, in CPipe()
/reactos/modules/rostests/apitests/advapi32/
H A Dsvchlp.c290 hServerPipe = CreateNamedPipeW(named_pipe_name, PIPE_ACCESS_INBOUND, in test_runner()
H A DServiceArgs.c345 pipe_handle = CreateNamedPipeW(named_pipe_name, PIPE_ACCESS_INBOUND, in test_runner()
/reactos/base/services/dhcpcsvc/dhcp/
H A Dpipe.c301 CommPipe = CreateNamedPipeW in PipeThreadProc()
/reactos/base/services/umpnpmgr/
H A Dinstall.c154 hPipe = CreateNamedPipeW(PipeName, PIPE_ACCESS_OUTBOUND, PIPE_TYPE_BYTE, 1, 512, 512, 0, NULL); in InstallDevice()
/reactos/dll/win32/kernel32/client/file/
H A Dnpipe.c246 CreateNamedPipeW(LPCWSTR lpName, in CreateNamedPipeW() function
/reactos/dll/win32/ole32/
H A Drpc.c1978 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 Ddatabase.c133 pServiceImage->hControlPipe = CreateNamedPipeW(szControlPipeName, in ScmCreateNewControlPipe()
/reactos/dll/win32/msi/
H A Dcustom.c635 pipe = CreateNamedPipeW(buffer, PIPE_ACCESS_DUPLEX, 0, 1, sizeof(DWORD64), in custom_start_server()
/reactos/sdk/include/psdk/
H A Dwinbase.h1785 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 Dkernel32.spec151 @ stdcall CreateNamedPipeW(wstr long long long long long long ptr)