IProfileCreateSubKey Method

Create a registry key for the given DriverID.

Definition

Namespace: ASCOM.Utilities.Interfaces
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
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

Remarks

If the SubKey argument contains a \ separated path, the intermediate keys will be created if needed.

See Also