Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp905 size_t cchLength = 0; in GetGUIDNameNew() local
906 hr = StringCchLengthW(pcwsz, STRSAFE_MAX_CCH, &cchLength); in GetGUIDNameNew()
911 pName = (WCHAR*)CoTaskMemAlloc((cchLength + 1) * sizeof(WCHAR)); in GetGUIDNameNew()
917 hr = StringCchCopyW(pName, cchLength + 1, pcwsz); in GetGUIDNameNew()