[python-win32] WMI qualifier
^_^Sisyphus^_^
freesisyphuswang at gmail.com
Thu Nov 4 16:13:30 CET 2010
Hi everyone,
I start to use WMI python binding recently. I want to know whether there is
any way to retrieve the qualifier information of a WMI object?
For example, in Win32_Process the OtherTransferCountData has a unit in bytes
but PageFileUsageData has a unit in kilobytes:
OtherTransferCountData type: uint64 Access type: Read-only Qualifiers: Units
(Bytes)
PageFileUsageData type: uint32 Access type: Read-only Qualifiers: Units
(Kilobytes)
How could I retrieve those string value from their qualifiers, such as:
'Bytes', 'Kilobytes'?
Thanks,
Ling
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20101104/b8862506/attachment.html>
More information about the python-win32
mailing list