//***********************************************************************/

// Introduction to Windows Programming

// Example1.h

// created:   01/12/95   Rainer Döbele

// modified:

//***********************************************************************/



// Make instance handle available to other modules

extern HINSTANCE hInstance;

extern HWND      hAppWnd;



// Define Icon Ressource IDs

#define ICON_APPWND      100

Back to tutorial