Home
last modified time | relevance | path

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

/aoo4110/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx129 virtual HRESULT STDMETHODCALLTYPE Read(void *pv, ULONG cb, ULONG *pcbRead);
133 …DMETHODCALLTYPE CopyTo(IStream *pstm, ULARGE_INTEGER cb, ULARGE_INTEGER *pcbRead, ULARGE_INTEGER *…
186 HRESULT STDMETHODCALLTYPE StreamOnZipBuffer::Read(void *pv, ULONG cb, ULONG *pcbRead) in Read() argument
202 if (pcbRead) in Read()
203 *pcbRead = read; in Read()
/aoo4110/main/dtrans/source/win32/dtobj/
H A DDTransHelper.cxx88 void SAL_CALL CStgTransferHelper::read( LPVOID pv, ULONG cb, ULONG* pcbRead ) in read() argument
93 hr = m_lpStream->Read( pv, cb , pcbRead ); in read()
H A DDTransHelper.hxx81 void SAL_CALL read( LPVOID pv, ULONG cb, ULONG* pcbRead = NULL );

Completed in 19 milliseconds