Andrei's blog
sharing coding bits
Showing posts with label
handle
.
Show all posts
Showing posts with label
handle
.
Show all posts
Thursday, September 27, 2007
MAKEINTRESOURCE macro
›
Many Win32 API functions use a LPCTSTR parameter as resource name or type. For example, a trivial one: HICON LoadIcon(HINSTANCE hInstance...
Monday, July 09, 2007
Win32 HANDLEs
›
Each time when you use a win32 API which uses a HANDLE remember that the handle Must be valid (not closed). It is important to understand th...
›
Home
View web version