Searched refs:ID3_TAG (Results 1 – 2 of 2) sorted by relevance
178 ID3_TAG ID3Tag; in Save()180 nRetVal = WriteBufferToEndOfIO(&ID3Tag, sizeof(ID3_TAG)); in Save()203 ID3_TAG ID3Tag; in Analyze()219 nRetVal = m_spIO->Read((unsigned char *) &ID3Tag, sizeof(ID3_TAG), &nBytesRead); in Analyze()221 if ((nBytesRead == sizeof(ID3_TAG)) && (nRetVal == 0)) in Analyze()450 int CAPETag::CreateID3Tag(ID3_TAG * pID3Tag) in CreateID3Tag()
83 struct ID3_TAG struct258 virtual int CreateID3Tag(ID3_TAG * pID3Tag);