IProfileDeleteSubKey Method

Delete a registry key for the given DriverID. SubKey may contain \ separated path to key to be deleted.

Definition

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

The sub-key and all data and keys beneath it are deleted.

See Also