Microsoft SDK for Java

RegQueryInfo Class Fields

The RegQueryInfo Class contains the following fields.

lastWriteTime The most recent write time. If you are querying the registry on a computer running Windows NT, this method returns the last time that the key or any of its value entries was modified. If you are querying the registry on a computer running Microsoft® Windows® 98, this method returns null. This is because the Windows 98 operating system does not keep track of registry key last write time information.
maxClassLen The length, in characters, of the longest string specifying a subkey class.
maxSubKeyLen The length, in characters, of the key's subkey with the longest name.
maxValueLen The length, in bytes, of the longest data component among the key's values.
maxValueNameLen The length, in characters, of the key's subkey with the longest name. The count returned does not include the terminating null character.
securityDescriptor The length, in bytes, of the security descriptor.
subKeys The number of subkeys contained by the key.
theClass The String class buffer address.
values The number of value entries associated with the key.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.