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