HANDLE fnPIPEConnect( LPTSTR pPipeName ) { HANDLE hp; bool bRc; DWORD gRet; bRc = WaitNamedPipe( pPipeName, NMPWAIT_WAIT_FOREVER ); hp ...
確定! 回上一頁