[DllImport("kernel32.dll", SetLastError = true)]
public static extern bool GetNamedPipeServerProcessId(IntPtr Pipe, out int ServerProcessId);
[DllImport("kernel32.dll", SetLastError = true)]
public static extern bool GetNamedPipeServerProcessId(SafePipeHandle Pipe, out int ServerProcessId);
Declare Function GetNamedPipeServerProcessId Lib "kernel32.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!
