On Fri, Oct 23, 2009, Andrew MacIntyre wrote:
> Aahz wrote:
>>
>> I'm just getting into Windows programming for the first time,
>> and I need to list all open files.  Windows has a convenient
>> function for that (NtQuerySystemInformation), but I can't figure
>> out how I am supposed to call it.  I bought of copy of the
>> Win32 book and I can't find anything about accessing random API
>> calls; ctypes.windll.kernel32.NtQuerySystemInformation gives an
>> AttributeError.
>
> A search turned up the following page:
> http://msdn.microsoft.com/en-us/library/ms724509%28VS.85%29.aspx

Thanks!  I did search, but I guess I didn't know to look at the MSDN
results.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

Member of the Groucho Marx Fan Club  
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to