File:  [RetroPC.NET] / np2 / win9x / dialog / np2class.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Oct 30 21:45:38 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
fix win9x UI (T.Yui)


// 猫用、拡張クラス。


extern	const char np2dlgclass[];

void np2class_initialize(HINSTANCE hinst);
void np2class_deinitialize(void);

void np2class_move(HWND hWnd, int posx, int posy, int cx, int cy);
// int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam);


RetroPC.NET-CVS <cvs@retropc.net>