[python-win32] win32gui.PostMessage(hwnd, win32con.WM_CLOSE, 0, 0) - What are the last two Parameters?

Simon Brunning simon at brunningonline.net
Thu Aug 3 18:22:17 CEST 2006


On 8/3/06, Gregory Piñero <gregpinero at gmail.com> wrote:
> I've been looking everywhere to find this out.  Would someone please
> fill me in?
>
> BTW how can I locate this kind of information for myself in the
> future?  I can't even find this function in the source code for some
> reason.

Much of the win32 stuff fairly thinly wraps the Windows API, so MSDN
is often a good place to look. For example:
<http://tinyurl.com/m8yrj>.

-- 
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/


More information about the Python-win32 mailing list