STEP 1
Initialize the Application . . .
- Write a function that does the following:
- declare a variable of the WNDCLASS type
- fill the members of that variable with values that “customize” your window
- call the RegisterClass function, passing your class
- return TRUE or FALSE (BOOL) to the main function, based upon whether RegisterClass was successful or not