Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx378 MsgCtx aMsgCtx; in flushClipboard() local
382 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in flushClipboard()
384 aMsgCtx.aCondition.wait( /* infinite */ ); in flushClipboard()
386 return aMsgCtx.hr; in flushClipboard()
411 MsgCtx aMsgCtx; in getClipboard() local
415 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in getClipboard()
417 aMsgCtx.aCondition.wait( /* infinite */ ); in getClipboard()
419 hr = aMsgCtx.hr; in getClipboard()
485 MsgCtx aMsgCtx; in registerClipViewer() local
489 reinterpret_cast<LPARAM>( &aMsgCtx ) ); in registerClipViewer()
[all …]