/* Functions defined in MetaParse.c */ #include /* For IWMMetadataEditor definition */ IWMMetadataEditor* CreateReader(const WCHAR*); WCHAR* GetAttribute(IWMMetadataEditor*, const WCHAR*); void DisplayLyrics(HWND, LPCTSTR); bool GetID3TagArtist(IWMMetadataEditor*, WCHAR**); bool GetID3TagTitle(IWMMetadataEditor*, WCHAR**);