Microsoft SDK for Java

isDword

This method of the RegKeyEnumValue class determines if the registry value is a double word value.

Syntax

public boolean isDword();

Return Value

Returns true if the registry value is a double word value, in which case the object is the RegKeyEnumValueInt type; otherwise, returns false.

See Also

RegKeyEnumValueInt

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