Home
last modified time | relevance | path

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

/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx71 CXTDataObject* g_xtDo = NULL; variable
316 g_xtDo = new CXTDataObject( 1 ); in CopyClipboardData()
318 MTASetClipboard( static_cast< IDataObject* >( g_xtDo ) ); in CopyClipboardData()
320 OleSetClipboard( static_cast< IDataObject* >( g_xtDo ) ); in CopyClipboardData()
330 if ( NULL != g_xtDo ) in FlushClipboard()
333 HRESULT hr = MTAIsCurrentClipboard( static_cast< IDataObject* >( g_xtDo ) ); in FlushClipboard()
337 HRESULT hr = OleIsCurrentClipboard( static_cast< IDataObject* >( g_xtDo ) ); in FlushClipboard()
342 static_cast< IDataObject* >( g_xtDo )->Release( ); in FlushClipboard()

Completed in 8 milliseconds