Lines Matching refs:UInt32
19 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
27 STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size, UInt32 *processedSize)
37 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
46 STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt32 size, UInt32 *processedSize)
90 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize)
92 UInt32 sizeToRead = size;
120 HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *processedSize)