Searched refs:aMsgCtx (Results 1 – 1 of 1) sorted by relevance
380 MsgCtx aMsgCtx; in flushClipboard() local384 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in flushClipboard()386 aMsgCtx.aCondition.wait( /* infinite */ ); in flushClipboard()388 return aMsgCtx.hr; in flushClipboard()413 MsgCtx aMsgCtx; in getClipboard() local417 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in getClipboard()419 aMsgCtx.aCondition.wait( /* infinite */ ); in getClipboard()421 hr = aMsgCtx.hr; in getClipboard()487 MsgCtx aMsgCtx; in registerClipViewer() local491 reinterpret_cast<LPARAM>( &aMsgCtx ) ); in registerClipViewer()[all …]