Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/dtobj/
H A DDTransHelper.cxx63 void SAL_CALL CStgTransferHelper::write( const void* lpData, ULONG cb, ULONG* cbWritten ) in write() argument
68 hr = m_lpStream->Write( lpData, cb, cbWritten ); in write()
H A DDTransHelper.hxx80 void SAL_CALL write( const void* lpData, ULONG cb, ULONG* cbWritten = NULL );
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx378 int cbWritten = GetLocaleInfo( lcid, LOCALE_IDEFAULTANSICODEPAGE, buff, sizeof( buff ) ); in PasteData() local
379 cbWritten = GetLocaleInfo( lcid, LOCALE_IDEFAULTCODEPAGE, buff, sizeof( buff ) ); in PasteData()

Completed in 13 milliseconds