win32pipe.GetNamedPipeServerProcessId

int = GetNamedPipeServerProcessId(hPipe)

Returns pid of server process that created a named pipe

Parameters

hPipe : PyHANDLE

The handle to the pipe.

Comments

Requires Vista or later