我要调这个函数
HANDLE LoadImage(
  HINSTANCE hinst,   // handle to instance
  LPCTSTR lpszName,  // name or identifier of the image
  UINT uType,        // image type
  int cxDesired,     // desired width
  int cyDesired,     // desired height
  UINT fuLoad        // load options
);在WIN32下,非MFC程序,我的程序比较怪,
 不能通过WINMAIN函数,通过全局变量的方式。我想问一下有没有API是直接获取当前程序的HINSTANCE?我想问一下有没有API是直接获取当前程序的HINSTANCE?
我想问一下有没有API是直接获取当前程序的HINSTANCE?