On 8/3/06, Gregory Piñero <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
