I have an app that needs to run the GetConversionStatus method of the Win32_EncryptableVolume class in WMI to detect various information about the state of Bitlocker on the current machine.
The MSDN page for this method defines a parameter named 'PrecisionFactor'. They describe this as:
A value from 0 to 4 that specifies the precision level
What is this for? Does anyone know what this actually affects or what difference this has on the output? Is there an English description of what this parameter actually does?