cannot initialize WNDCLASSW, WNDCLASSEX, WNDCLASSEXW window structs

rsk82 rsk82 at live.com
Sun Jan 27 06:05:59 PST 2013


Ok, nevermind, found, it, it was so easy that it simply didn't 
have to had an example:

     struct WNDCLASSEXW {
       UINT      cbSize;
       UINT      style;
       WNDPROC   lpfnWndProc;
       int       cbClsExtra;
       int       cbWndExtra;
       HINSTANCE hInstance;
       HICON     hIcon;
       HCURSOR   hCursor;
       HBRUSH    hbrBackground;
       LPCWSTR   lpszMenuName;
       LPCWSTR   lpszClassName;
       HICON     hIconSm;
     }


More information about the Digitalmars-d mailing list