Register class using RegisterClassEx function and pass it to CreateWindowEx . static const char* class_name = "DUMMY_CLASS"; WNDCLASSEX wx = {}; wx.cbSize = ...
確定! 回上一頁