Determine the current HINSTANCE?

前端 未结 4 1499
自闭症患者
自闭症患者 2021-01-31 14:07

The HINSTANCE of a win32 application is passed to WinMain, but is there any other way of determining the current HINSTANCE (in case you couldn\'t tell, I\'m very new to win32 pr

4条回答
  •  一整个雨季
    2021-01-31 14:34

    __ImageBase is your friend, especially in the case of libraries.

    Note that the linked blog post (by R. Chen, although not the same post as the one linked by Brian Bondy) is worth reading (including the comments!)

提交回复
热议问题