IProfileCreateSubKey Method
Create a registry key for the given DriverID.
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
void CreateSubKey(
string DriverID,
string SubKey
)
Sub CreateSubKey (
DriverID As String,
SubKey As String
)
void CreateSubKey(
String^ DriverID,
String^ SubKey
)
Parameters
- DriverID String
- ProgID of the device to read from
- SubKey String
- Sub-key from the profile root in which to write the value
If the SubKey argument contains a \ separated path, the intermediate keys will be created if needed.