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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to