| Package com.ms.lang |
Previous |
Microsoft Packages |
Index |
Next |
public abstract class RegKeyEnumValue
{
public final int REGTYPE_NONE = 0;
public final int REGTYPE_SZ = 1;
public final int REGTYPE_EXPAND_SZ = 2;
public final int REGTYPE_BINARY = 3;
public final int REGTYPE_DWORD = 4;
public final int REGTYPE_DWORD_LITTLE_ENDIAN = 4;
public final int REGTYPE_DWORD_BIG_ENDIAN = 5;
public final int REGTYPE_LINK = 6;
public final int REGTYPE_MULTI_SZ = 7;
public final int REGTYPE_RESOURCE_LIST = 8;
public String name;
public int theType;
}
This class defines the name and type of an enumerated registry key value.
Fields
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |