Lines Matching defs:cchFile
388 NULL /* lpszFile */, 0 /* cchFile */);
395 0 /* cchFile */);
402 UINT cchFile = 0;
409 cchFile = DragQueryFileW(hDrop, i /* File index */,
411 AssertMsg(cchFile == cch, ("cchCopied (%RU16) does not match cchFile (%RU16)\n",
412 cchFile, cch));
425 cchFile = DragQueryFileA(hDrop, i /* File index */,
426 pszFile, cchFile + 1 /* Include terminator */);
427 AssertMsg(cchFile == cch, ("cchCopied (%RU16) does not match cchFile (%RU16)\n",
428 cchFile, cch));
436 LogFlowFunc(("\tFile: %s (cchFile=%RU32)\n",
437 pszFile, cchFile));
440 pszFile, cchFile);
442 cchFiles += cchFile;