Searched refs:aMsgCtx (Results 1 – 1 of 1) sorted by relevance
378 MsgCtx aMsgCtx; in flushClipboard() local382 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in flushClipboard()384 aMsgCtx.aCondition.wait( /* infinite */ ); in flushClipboard()386 return aMsgCtx.hr; in flushClipboard()411 MsgCtx aMsgCtx; in getClipboard() local415 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in getClipboard()417 aMsgCtx.aCondition.wait( /* infinite */ ); in getClipboard()419 hr = aMsgCtx.hr; in getClipboard()485 MsgCtx aMsgCtx; in registerClipViewer() local489 reinterpret_cast<LPARAM>( &aMsgCtx ) ); in registerClipViewer()[all …]