Home > Back-end > What are the specific differences RigisterClass and RigosterClassEx?
What are the specific differences RigisterClass and RigosterClassEx?
Time:11-08
What are the specific differences RigisterClass and RigisterClassEx?
CodePudding user response:
Rigister ? Rigoster ? If want to express Register ?
If you are asked RegisterClass or RegisterClassEx difference, something like this: RegisterClass function USES the WNDCLASS structure, and use the modifed WNDCLASSEX structure RegisterClassEx, Modifed WNDCLASSEX structure is similar to the WNDCLASS structure, but the cbSize and hIconSm cbSize specify the size of the structure, hIconSm contains the window class handles associated insets target,
Suggest directly use RegisterClassEx went, of course, if you don't set the small icon, use RegisterClass nor can not,