Discussion:
GDI Help
(too old to reply)
s***@gmail.com
2007-04-30 13:46:40 UTC
Permalink
Hi to everyone, it´s my first time writing here. I have to use the
WindowProc function, but I don´t know in which dll it is. In addition,
I need to know what other function has the same functionality as
WindowProc, or alternatively, in which way I can call it in an
"indirectly".
Thanks in advance,
Seba
Bertel Brander
2007-04-30 21:17:05 UTC
Permalink
Post by s***@gmail.com
Hi to everyone, it´s my first time writing here. I have to use the
WindowProc function, but I don´t know in which dll it is. In addition,
I need to know what other function has the same functionality as
WindowProc, or alternatively, in which way I can call it in an
"indirectly".
I think we need a bit more information in order to help you.

WindowProc:
http://msdn2.microsoft.com/en-us/library/ms633573.aspx

is a application defined function, that is, a function you
define, not a function you call or can be found in any dll.

Standard controls has a default WindowProc, you can get it
with GetWindowLong
--
Just another homepage:
http://damb.dk
But it's mine - Bertel
Continue reading on narkive:
Loading...