|
|
module dfl.registry;
{
public static RegistryKey classesRoot; [property getter]
public static RegistryKey currentUser; [property getter]
public static RegistryKey dynData; [property getter]
public static RegistryKey users; [property getter]
}
{
public final void close();
public final void deleteSubKey(char[] name,bool throwIfMissing);
public final void deleteValue(char[] name,bool throwIfMissing);
public final void flush();
public final RegistryValue getValue(char[] name);
public final RegistryValue getValue(char[] name,RegistryValue defaultValue);
public final HKEY handle; [property getter]
public static final RegistryKey openRemoteBaseKey(RegistryHive hhive,char[] machineName);
public final RegistryKey openSubKey(char[] name,bool writeAccess);
public final int opEquals(RegistryKey rk);
public final void setValue(char[] name,DWORD value);
public final void setValue(char[] name,RegistryValue value);
public final void setValue(char[] name,char[] value);
public final void setValue(char[] name,char[][] value);
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
{
![Expand inherited members [+]](/expand.gif) Inherited members
toString
valueType
}
|
|
|
|
|