HomeSort by relevance Sort by last modified time
    Searched full:pcwsz (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 902 LPCWSTR pcwsz = GetGUIDNameConstNew(guid); local
903 if (pcwsz)
906 hr = StringCchLengthW(pcwsz, STRSAFE_MAX_CCH, &cchLength);
917 hr = StringCchCopyW(pName, cchLength + 1, pcwsz);
    [all...]

Completed in 335 milliseconds