Home
last modified time | relevance | path

Searched refs:pPortThreadInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/printing/base/winspool/
H A Dports.c33 IntPortThread( PPORTTHREADINFO pPortThreadInfo ) in IntPortThread() argument
35 FIXME("IPT : %s\n",debugstr_w( pPortThreadInfo->pPortName )); in IntPortThread()
39pPortThreadInfo->dwErrorCode = pPortThreadInfo->fpFunction( pPortThreadInfo->pName, pPortThreadInf… in IntPortThread()
43 pPortThreadInfo->dwErrorCode = RpcExceptionCode(); in IntPortThread()
44 ERR("IPT : _RpcXyzPort failed with exception code %lu!\n", pPortThreadInfo->dwErrorCode); in IntPortThread()
48 SetEvent( pPortThreadInfo->hEvent ); in IntPortThread()