finding hInstance
This is a discussion on finding hInstance within the Windows Programming forums, part of the Platform Specific Boards category; ok here I go.
PHP Code:
BOOL GetClassInfo (
HINSTANCE hInstance ,
LPCTSTR lpClassName ,
LPWNDCLASS lpWndClass
);
This is ...