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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdbase.h 188 STDMETHOD_(HRESULT,Serialize)(THIS_ LPWSTR pszBuffer,DWORD cchLength,WINBOOL fSafe) PURE;
197 #define IWSDAddress_Serialize(This,pszBuffer,cchLength,fSafe) (This)->lpVtbl->Serialize(This,pszBuffer,cchLength,fSafe)
strsafe.h     [all...]
winuser.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 2239 milliseconds