Home
last modified time | relevance | path

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

/AOO41X/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx380 MsgCtx aMsgCtx; in flushClipboard() local
384 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in flushClipboard()
386 aMsgCtx.aCondition.wait( /* infinite */ ); in flushClipboard()
388 return aMsgCtx.hr; in flushClipboard()
413 MsgCtx aMsgCtx; in getClipboard() local
417 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in getClipboard()
419 aMsgCtx.aCondition.wait( /* infinite */ ); in getClipboard()
421 hr = aMsgCtx.hr; in getClipboard()
487 MsgCtx aMsgCtx; in registerClipViewer() local
491 reinterpret_cast<LPARAM>( &aMsgCtx ) ); in registerClipViewer()
[all …]