the MSDN description:
hIconSm: Handle to a small icon that is associated with the window class
hIcon: Handle to the class icon.
But I still confused!
when I creat a window "WNDCLASSEX wc", I could always only see the icon load by the wc.hIconSm when excuting, where to find the big icon load by wc.hIcon?