|
|
|
|
| Function | WinMain |
| Include file | QSW_DEMO.H |
| Prototype | int PASCAL WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow ) |
| Remarks | Main entry point for QSW_DEMO. |
![]()
| Function | process_cmd_line_4_arguments |
| Include file | QSW_DEMO.H |
| Prototype | void process_cmd_line_4_arguments( LPSTR lpCmdLine ) |
| Remarks | Process the user's command line arguments into a argv array which then is processed by the normal getargs() procedure to store the data into the programs switch flags. |
![]()
| Function | localQSWndProc |
| Include file | QSW_DEMO.H |
| Prototype | LONG WINAPI localQSWndProc( HWND hWnd , UINT messg , UINT wParam , LONG lParam ) |
| Remarks | This is the local QSWndProc. It's main job is supporting keyboard input to honor exit requests and to support a timer_tick routine to generate new display data. |
![]()
| Function | timer_test_routine |
| Include file | QSW_DEMO.H |
| Prototype | void timer_test_routine( QS_WIN *w_ptr ) |
| Remarks | Generate new display data and update the screen display interface list. |
![]()
| Function | fake_num_data |
| Include file | QSW_DEMO.H |
| Prototype | void fake_num_data( QS_WIN *w_ptr ) |
| Remarks | Generate some simple fake number data. |
![]()
![]()