Re: handles
From: David Webber (dave_at_musical.demon.co.uk)
Date: 05/20/04
- Next message: Igor Tandetnik: "Re: Question on certificate."
- Previous message: Joe E. Holler: "Microsoft Visual C++ 1.5.2"
- Next in thread: Jerry Coffin: "Re: handles"
- Maybe reply: Jerry Coffin: "Re: handles"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 17:44:54 +0100
"Michael" <slick_mick_00@hotmail.com> wrote in message
news:c8iljm$npj$1@hercules.btinternet.com...
> hInstance
Your programs and DLLs which are running have one of these which
identifies them. Check things like GetModuleFilename() and
GetProcAddress()
> hWnd
Identifies a window. If you want any information at all about the
window, then you need this to tell you which one.
> hDC
This is to identify "a surface for drawing on": you can create one
to correspond with a window to draw in the client area, but you also
need one to draw on the printer and other devices.
Dave
-- David Webber Author MOZART the music processor for Windows - http://www.mozart-music-software.com For discussion/support see http://www.mozart-music-software.com/mzusers/mailinglist.htm
- Next message: Igor Tandetnik: "Re: Question on certificate."
- Previous message: Joe E. Holler: "Microsoft Visual C++ 1.5.2"
- Next in thread: Jerry Coffin: "Re: handles"
- Maybe reply: Jerry Coffin: "Re: handles"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|