ProfileCreateSubKey Method |
Create a registry key for the given DriverID.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic void CreateSubKey(
string DriverID,
string SubKey
)
Public Sub CreateSubKey (
DriverID As String,
SubKey As String
)
public:
virtual void CreateSubKey(
String^ DriverID,
String^ SubKey
) sealed
Parameters
- DriverID String
- ProgID of the device to read from
- SubKey String
- Subkey from the profile root in which to write the value
Exceptions
RemarksIf the SubKey argument contains a \ separated path, the intermediate keys will be created if needed.
See Also