Searched refs:pcchLength (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 831 STDMETHODIMP GetStringLength(REFGUID guidKey, UINT32* pcchLength) in GetStringLength() argument 834 return _spAttributes->GetStringLength(guidKey, pcchLength); in GetStringLength() 837 STDMETHODIMP GetString(REFGUID guidKey, LPWSTR pwszValue, UINT32 cchBufSize, UINT32* pcchLength) in GetString() argument 840 return _spAttributes->GetString(guidKey, pwszValue, cchBufSize, pcchLength); in GetString() 843 STDMETHODIMP GetAllocatedString(REFGUID guidKey, LPWSTR* ppwszValue, UINT32* pcchLength) in GetAllocatedString() argument 846 return _spAttributes->GetAllocatedString(guidKey, ppwszValue, pcchLength); in GetAllocatedString()
|