Click here to Skip to main content
15,923,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralADO question ... Pin
Hadi Rezaee8-Oct-01 8:31
Hadi Rezaee8-Oct-01 8:31 
GeneralRe: ADO question ... Pin
Brendan Tregear8-Oct-01 16:48
Brendan Tregear8-Oct-01 16:48 
GeneralROP Code Pin
8-Oct-01 8:24
suss8-Oct-01 8:24 
QuestionWhat does 'handle' mean ? Pin
Ahmad8-Oct-01 7:35
Ahmad8-Oct-01 7:35 
AnswerRe: What does 'handle' mean ? Pin
Bret Faller8-Oct-01 8:49
Bret Faller8-Oct-01 8:49 
AnswerRe: What does 'handle' mean ? Pin
Tomasz Sowinski8-Oct-01 9:03
Tomasz Sowinski8-Oct-01 9:03 
AnswerRe: What does 'handle' mean ? Pin
Fazlul Kabir8-Oct-01 9:38
Fazlul Kabir8-Oct-01 9:38 
AnswerRe: What does 'handle' mean ? Pin
Ravi Bhavnani8-Oct-01 9:57
professionalRavi Bhavnani8-Oct-01 9:57 
In general, a handle is just a 32-bit key to a data structure maintained by Windows. Some common handles are:
  • HACCEL - Handle to an accelerator table.
  • HANDLE - Handle to an object.
  • HBITMAP - Handle to a bitmap.
  • HBRUSH - Handle to a brush.
  • HCOLORSPACE - Handle to a logical color space.
  • HCONV - Handle to a dynamic data exchange (DDE) conversation.
  • HCONVLIST - Handle to a DDE conversation list.
  • HCURSOR - Handle to a cursor.
  • HDC - Handle to a device context (DC).
  • HDDEDATA - Handle to DDE data.
  • HDESK - Handle to a desktop.
  • HDROP - Handle to an internal drop structure.
  • HDWP - Handle to a deferred window position structure.
  • HENHMETAFILE - Handle to an enhanced metafile.
  • HFILE - Handle to a file opened byOpenFile, notCreateFile.
  • HFONT - Handle to a font.
  • HGDIOBJ - Handle to a GDI object.
  • HGLOBAL - Handle to a global memory block.
  • HHOOK - Handle to a hook.
  • HICON - Handle to an icon.
  • HIMAGELIST - Handle to an image list.
  • HIMC - Handle to input context.
  • HINSTANCE - Handle to an instance.
  • HKEY - Handle to a registry key.
  • HKL - Handle to a keyboard layout.
  • HLOCAL - Handle to a local memory block.
  • HMENU - Handle to a menu.
  • HMETAFILE - Handle to a metafile.
  • HMODULE - Handle to a module.
  • HMONITOR - Handle to a display monitor.
  • HOOKPROC - Pointer to an application-defined hook function specified toSetWindowsHookEx.
  • HPALETTE - Handle to a palette.
  • HPEN - Handle to a pen.
  • HRGN - Handle to a region.
  • HRSRC - Handle to a resource.
  • HSZ - Handle to a DDE string.
  • HTREEITEM - Handle to an item in a tree-view control.
  • HWINSTA - Handle to a window station.
  • HWND - Handle to a window.
/ravi

"There is always one more bug..."
http://www.ravib.com
ravib@ravib.com
General'FlexGrid Control' Pin
Ahmad8-Oct-01 7:23
Ahmad8-Oct-01 7:23 
GeneralRe: 'FlexGrid Control' Pin
8-Oct-01 7:39
suss8-Oct-01 7:39 
GeneralBest way to kill / close an app Pin
RobJones8-Oct-01 6:00
RobJones8-Oct-01 6:00 
GeneralRe: Best way to kill / close an app Pin
Fazlul Kabir8-Oct-01 6:42
Fazlul Kabir8-Oct-01 6:42 
GeneralRe: Best way to kill / close an app Pin
Ravi Bhavnani8-Oct-01 7:09
professionalRavi Bhavnani8-Oct-01 7:09 
GeneralRe: Best way to kill / close an app Pin
Michael Dunn8-Oct-01 8:22
sitebuilderMichael Dunn8-Oct-01 8:22 
GeneralRe: Best way to kill / close an app Pin
8-Oct-01 14:53
suss8-Oct-01 14:53 
GeneralWait for Read() Pin
kakuni8-Oct-01 5:55
kakuni8-Oct-01 5:55 
GeneralRe: Wait for Read() Pin
Tomasz Sowinski8-Oct-01 7:31
Tomasz Sowinski8-Oct-01 7:31 
GeneralRe: Wait for Read() Pin
kakuni8-Oct-01 7:42
kakuni8-Oct-01 7:42 
GeneralRe: Wait for Read() Pin
Tomasz Sowinski8-Oct-01 8:45
Tomasz Sowinski8-Oct-01 8:45 
GeneralRe: Wait for Read() Pin
kakuni8-Oct-01 9:16
kakuni8-Oct-01 9:16 
GeneralRe: Wait for Read() Pin
Tomasz Sowinski8-Oct-01 9:23
Tomasz Sowinski8-Oct-01 9:23 
GeneralRe: Wait for Read() Pin
kakuni8-Oct-01 9:32
kakuni8-Oct-01 9:32 
GeneralRe: Wait for Read() Pin
Tomasz Sowinski8-Oct-01 9:38
Tomasz Sowinski8-Oct-01 9:38 
GeneralRe: Wait for Read() Pin
kakuni8-Oct-01 9:41
kakuni8-Oct-01 9:41 
GeneralRe: Wait for Read() Pin
Tomasz Sowinski8-Oct-01 9:55
Tomasz Sowinski8-Oct-01 9:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.