Go to the source code of this file.
|
LRESULT CALLBACK | RosWindowProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
LRESULT CALLBACK | RosFrameProc (HWND hWnd, HWND hMdi, UINT message, WPARAM wParam, LPARAM lParam) |
|
LRESULT CALLBACK | RosMDIChildProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
|
LRESULT CALLBACK | RosDlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
|
◆ DefDlgProc
◆ DefFrameProc
◆ DefMDIChildProc
◆ DefWindowProc
◆ RosDlgProc()
Definition at line 60 of file ros2win.c.
61{
64
65 break;
66 }
68}
◆ RosFrameProc()
◆ RosMDIChildProc()
◆ RosWindowProc()
Definition at line 47 of file ros2win.c.
48{
51
52 break;
54
55 break;
56 }
58}