|
|
| version 1.5, 2004/05/23 15:01:45 | version 1.7, 2005/02/09 20:11:36 |
|---|---|
| Line 2 | Line 2 |
| // 猫用、拡張クラス。 | // 猫用、拡張クラス。 |
| extern const char np2dlgclass[]; | extern const OEMCHAR np2dlgclass[]; |
| void np2class_initialize(HINSTANCE hinst); | void np2class_initialize(HINSTANCE hinst); |
| void np2class_deinitialize(void); | void np2class_deinitialize(void); |
| Line 19 enum { | Line 19 enum { |
| void np2class_wmcreate(HWND hWnd); | void np2class_wmcreate(HWND hWnd); |
| void np2class_wmdestroy(HWND hWnd); | void np2class_wmdestroy(HWND hWnd); |
| void np2class_enablemenu(HWND hWnd, BOOL enable); | void np2class_enablemenu(HWND hWnd, BOOL enable); |
| void np2class_windowtype(HWND hWnd, BYTE type); | void np2class_windowtype(HWND hWnd, UINT8 type); |
| void np2class_frametype(HWND hWnd, BYTE thick); | void np2class_frametype(HWND hWnd, UINT8 thick); |
| HMENU np2class_gethmenu(HWND hWnd); | HMENU np2class_gethmenu(HWND hWnd); |