BOOL InitApplication ( HANDLE hInstance )
wc.lpszMenuName = NULL;
wc.lpszClassName = szAppName;
if ( !RegisterClass ( &wc ) )
return ( FALSE );
return ( TRUE );
}
Previous slide
Next slide
Back to first slide
View graphic version