Searched refs:CStgTransferException (Results 1 – 4 of 4) sorted by relevance
71 throw CStgTransferException( hr ); in write()96 throw CStgTransferException( hr ); in read()145 throw CStgTransferException( STG_E_MEDIUMFULL ); in init()152 throw CStgTransferException( hr ); in init()175 throw CStgTransferException( hr ); in init()
65 class CStgTransferException class in CStgTransferHelper69 CStgTransferException( HRESULT hr ) : m_hr( hr ) {}; in CStgTransferException() function in CStgTransferHelper::CStgTransferException
175 catch( CStgTransferHelper::CStgTransferException& ex ) in GetData()377 catch( CStgTransferHelper::CStgTransferException& ex ) in renderSynthesizedFormatAndSetupStgMedium()
391 catch( CStgTransferHelper::CStgTransferException& ) in getClipboardData()
Completed in 79 milliseconds