Lines Matching refs:dwAvail
243 FX_FILESIZE dwAvail = nSize - m_nCurPos;244 if (dwAvail < (FX_FILESIZE)size)245 size = static_cast<size_t>(dwAvail);