Searched refs:nRawFieldBytes (Results 1 – 1 of 1) sorted by relevance
261 int nRawFieldBytes = APETagFooter.GetFieldBytes(); in Analyze() local264 CSmartPtr<char> spRawTag(new char [nRawFieldBytes], TRUE); in Analyze()266 … nRetVal = m_spIO->Read((unsigned char *) spRawTag.GetPtr(), nRawFieldBytes, &nBytesRead); in Analyze()268 if ((nRetVal == 0) && (nRawFieldBytes == int(nBytesRead))) in Analyze()274 int nMaximumFieldBytes = nRawFieldBytes - nLocation; in Analyze()