Searched refs:pcbBlobSize (Results 1 – 1 of 1) sorted by relevance
849 STDMETHODIMP GetBlobSize(REFGUID guidKey, UINT32* pcbBlobSize) in GetBlobSize() argument852 return _spAttributes->GetBlobSize(guidKey, pcbBlobSize); in GetBlobSize()855 STDMETHODIMP GetBlob(REFGUID guidKey, UINT8* pBuf, UINT32 cbBufSize, UINT32* pcbBlobSize) in GetBlob() argument858 return _spAttributes->GetBlob(guidKey, pBuf, cbBufSize, pcbBlobSize); in GetBlob()