我用SDK写一个HELLO程序,编译时有这样的错误C:\MyProjects\drawpicture\drawpicture.cpp(12) : error C2065: 'hInstance' : undeclared identifier
C:\MyProjects\drawpicture\drawpicture.cpp(38) : error C2440: '=' : cannot convert from 'void *' to 'struct HBRUSH__ *'
        Conversion from 'void*' to pointer to non-'void' requires an explicit cast我出错一行的代码是这样的。
wcex.hbrBackground = GetStockObject(WHITE_BRUSH);
请问为什么?