win32print.Enumjobs

David Bolen db3l at fitlinxx.com
Tue Nov 6 16:46:25 EST 2001


"T. C. Huang" <a00tch00 at nchc.gov.tw> writes:

>    How to use win32print.EnumJobs() function? The documention has too
> little information to
> be useful.

As it true for most of the win32all package documentation, it only
highlights any uniqueness to the Python interface or wrappers, since
they are thin wrappers over the underlying Win32 API calls.  For more
complete documentation you want to reference the documentation for the
wrapped function, such as in MSDN (either locally or via
http://msdn.microsoft.com).  The MS official documentation should give
you all the information you need.

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list