win32pipe.GetNamedPipeClientProcessId

int = GetNamedPipeClientProcessId(hPipe)

Returns the process id of client that is connected to a named pipe

Parameters

hPipe : PyHANDLE

The handle to the pipe.

Comments

Requires Vista or later