Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PeekNamedPipe" in [All]

kernel32

.

    [DllImport("kernel32.dll", EntryPoint = "PeekNamedPipe", SetLastError = true)]

.

    private static extern bool PeekNamedPipe(IntPtr handle,

.

        bool result = PeekNamedPipe(_handle,

.
Summary
.

static extern bool PeekNamedPipe(IntPtr hNamedPipe, IntPtr lpBuffer,

.

[DllImport("kernel32.dll", EntryPoint="PeekNamedPipe", SetLastError=true)]

.

static extern bool PeekNamedPipe( IntPtr handle,

.
Documentation
[PeekNamedPipe] on MSDN

 
Access PInvoke.net directly from VS: