HomeSort by relevance Sort by last modified time
    Searched defs:cchLength (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h     [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 905 size_t cchLength = 0;
906 hr = StringCchLengthW(pcwsz, STRSAFE_MAX_CCH, &cchLength);
911 pName = (WCHAR*)CoTaskMemAlloc((cchLength + 1) * sizeof(WCHAR));
917 hr = StringCchCopyW(pName, cchLength + 1, pcwsz);
    [all...]

Completed in 72 milliseconds