Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp902 LPCWSTR pcwsz = GetGUIDNameConstNew(guid); in GetGUIDNameNew() local
903 if (pcwsz) in GetGUIDNameNew()
906 hr = StringCchLengthW(pcwsz, STRSAFE_MAX_CCH, &cchLength); in GetGUIDNameNew()
917 hr = StringCchCopyW(pName, cchLength + 1, pcwsz); in GetGUIDNameNew()