SetWindowPos的第二个参数hWndInsertAfter为NULL会出现什么效果?时间:2023-01-06 11:28:14MSDN上的解释是:Handle to the window to precede the positioned window in the Z order. This parameter must be a window handle or one of the following values. ~~~~ 注意是must be a handle。可是事实上传一个NULL也没有问题阿。 1 个解决方案 #1 winuser.h #define HWND_TOP ((HWND)0) #1 winuser.h #define HWND_TOP ((HWND)0)