Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32pipe
>
GetNamedPipeServerProcessId
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