www.pudn.com > iMagic_2006_0428_v098r23.rar > id3.h
/* **************************************************************** * Magic Pixel Inc. * * Copyright 2005, Magic Pixel Inc., HsinChu, Taiwan * All rights reserved. * * * * Filename: id3.H * * Programmer: York * MPX E310 division * * Created: 08/25/2005 * * Description: ID3 header file * * * Change History (most recent first): * <1> 08/25/2005 York first file **************************************************************** */ #ifndef id3_h #define id3_h /* ***************************************************************************** * INCLUDE FILES ***************************************************************************** */ /* ***************************************************************************** * DEFINITION OF DATA TYPES ***************************************************************************** */ /* ******************************************************************************** * DECLARATION OF PROTOTYPES ******************************************************************************** */ DWORD ID3Parser(DWORD *id3Pos); DWORD GetID3DataBlock(BYTE *id3Buf, DWORD startPos, DWORD length); #endif // id3_h