Function CreateNamedPipeW [src]
Prototype
pub extern "kernel32" fn CreateNamedPipeW( lpName: LPCWSTR, dwOpenMode: DWORD, dwPipeMode: DWORD, nMaxInstances: DWORD, nOutBufferSize: DWORD, nInBufferSize: DWORD, nDefaultTimeOut: DWORD, lpSecurityAttributes: ?*const SECURITY_ATTRIBUTES, ) callconv(.winapi) HANDLE
Parameters
lpName: LPCWSTR
dwOpenMode: DWORD
dwPipeMode: DWORD
nMaxInstances: DWORD
nOutBufferSize: DWORD
nInBufferSize: DWORD
nDefaultTimeOut: DWORD
lpSecurityAttributes: ?*const SECURITY_ATTRIBUTES
Source
pub extern "kernel32" fn CreateNamedPipeW(
lpName: LPCWSTR,
dwOpenMode: DWORD,
dwPipeMode: DWORD,
nMaxInstances: DWORD,
nOutBufferSize: DWORD,
nInBufferSize: DWORD,
nDefaultTimeOut: DWORD,
lpSecurityAttributes: ?*const SECURITY_ATTRIBUTES,
) callconv(.winapi) HANDLE