Simple question
-
Hi for all I would like to know what is these types of variables HDC, HWND, HGLRC. Thanks a lot
-
Hi for all I would like to know what is these types of variables HDC, HWND, HGLRC. Thanks a lot
They are all handles.
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
They are all handles.
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
what is the different between them? I
-
Hi for all I would like to know what is these types of variables HDC, HWND, HGLRC. Thanks a lot
HDC - Device handle to Device Context. HWND - Handle to window. HGLRC - I dont remember (need to lookup) Basically they are all handles, i.e. The handles are just a 32bit value and nothing more then that. It is one of the way of hinding the data that the window is using for displaying the window and the user can work on it only by passing the handle to appropriate windows function.
-prakash
-
HDC - Device handle to Device Context. HWND - Handle to window. HGLRC - I dont remember (need to lookup) Basically they are all handles, i.e. The handles are just a 32bit value and nothing more then that. It is one of the way of hinding the data that the window is using for displaying the window and the user can work on it only by passing the handle to appropriate windows function.
-prakash
-
yes :)
-prakash