BOOL DestroyWindow(
HWND hWnd // handle to window to destroy
);
注意:DestroyWindow只是销毁了窗口,并不是结束了应用程序。
本文介绍了Windows API中的DestroyWindow函数,该函数用于销毁指定的窗口句柄。需要注意的是,DestroyWindow仅销毁窗口,并不会结束整个应用程序。
BOOL DestroyWindow(
HWND hWnd // handle to window to destroy
);
注意:DestroyWindow只是销毁了窗口,并不是结束了应用程序。
2381

被折叠的 条评论
为什么被折叠?