Home | History | Annotate | Download | only in Modules

Lines Matching refs:PipeHandle

1149     HANDLE PipeHandle;
1159 PipeHandle = CreateFileW(Address,
1166 if (PipeHandle == INVALID_HANDLE_VALUE)
1168 return Py_BuildValue(F_HANDLE, PipeHandle);