--- np2/win9x/dialog/np2class.h 2003/10/30 12:45:38 1.1 +++ np2/win9x/dialog/np2class.h 2003/11/03 00:49:55 1.3 @@ -8,5 +8,15 @@ 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); +int CALLBACK np2class_propetysheet(HWND hWndDlg, UINT uMsg, LPARAM lParam); + + +enum { + NP2GWL_HMENU = 0, + NP2GWL_SIZE = 4 +}; + +void np2class_windowtype(HWND hWnd, BYTE type); +HMENU np2class_gethmenu(HWND hWnd); +void np2class_destroymenu(HWND hWnd);