How do I call GetWindowLong to get an HINSTANCE?
Open
minor issue
- Dominant language
- Haskell
- Stars
- 101
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
I'm following [this tutorial for making a button][1], and I'm up to this part:
```c
(HINSTANCE)GetWindowLong(m_hwnd, GWL_HINSTANCE)
```
What should I call from this library's API to achieve the same effect?
[1]: https://docs.microsoft.com/en-us/windows/win32/controls/create-a-button
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.