this is a extra element for clear the floated element
VC中文FAQ宝库之1:如何获取应用程序的实例句柄
  • 12/31
  • 2008
vc | Linux 3979 次查看
  应用程序的实例句柄保存在CWinApp的m_hInstance中,可以这么调用AfxGetInstancdHandle获得句柄:

  Example:

  HANDLE hInstance = AfxGetInstanceHandle();