summary refs log blame commit diff stats
path: root/src/version-script
blob: 4441aeae68decc4e83b10fc0c35cb10abbc796a8 (plain) (tree)































                                       





                                         

                 
EXPORTED {
	global:
		xchat_hook_command;
		xchat_hook_server;
		xchat_hook_print;
		xchat_hook_timer;
		xchat_hook_fd;
		xchat_unhook;
		xchat_print;
		xchat_printf;
		xchat_command;
		xchat_commandf;
		xchat_nickcmp;
		xchat_set_context;
		xchat_find_context;
		xchat_get_context;
		xchat_get_info;
		xchat_get_prefs;
		xchat_list_get;
		xchat_list_free;
		xchat_list_fields;
		xchat_list_next;
		xchat_list_str;
		xchat_list_int;
		xchat_plugingui_add;
		xchat_plugingui_remove;
		xchat_emit_print;
		xchat_list_time;
		xchat_gettext;
		xchat_send_modes;
		xchat_strip;
		xchat_free;
		xchat_pluginpref_set_str;
		xchat_pluginpref_get_str;
		xchat_pluginpref_set_int;
		xchat_pluginpref_get_int;
		xchat_pluginpref_delete;
		xchat_pluginpref_list;
	local: *;
};
pan class="o">* pParent = NULL); // standard constructor virtual void OnCancel(); void UpdatePlayLists(); void UpdateSongList(); void SelectCurrentSong(); void DeleteTrayIcon(); BOOL autoAnnounce; HICON m_hIcon; private: BOOL trayInit; BOOL trayClicked; NOTIFYICONDATA nid; public: // Dialog Data //{{AFX_DATA(CWMPADialog) enum { IDD = IDD_WMPADIALOG }; CListBox m_SongListBox; CListBox m_PlaylistBox; CWMPPlayer4 m_WMP; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CWMPADialog) public: virtual void OnFinalRelease(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual void PostNcDestroy(); virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CWMPADialog) afx_msg void OnDblclkPlaylist(); afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); virtual BOOL OnInitDialog(); afx_msg void OnClose(); afx_msg void OnDblclkSonglist(); afx_msg void OnCurrentItemChangeWmp(LPDISPATCH pdispMedia); afx_msg void OnDestroy(); afx_msg void OnPlayStateChangeWmp(long NewState); afx_msg void OnSize(UINT nType, int cx, int cy); DECLARE_EVENTSINK_MAP() //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CWMPADialog) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_DISPATCH DECLARE_DISPATCH_MAP() DECLARE_INTERFACE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_WMPADIALOG_H__D3838BCC_9E26_4FC0_BD42_C8D8EDF057E3__INCLUDED_)