20120821-DestroyWindow

BOOL DestroyWindow(
  HWND hWnd   // handle to window to destroy
);

注意:DestroyWindow只是销毁了窗口,并不是结束了应用程序。

 

你可能感兴趣的:(20120821-DestroyWindow)