IProfileUnregister Method
Remove all data for the given DriverID from the registry.
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
void Unregister(
string DriverID
)
Sub Unregister (
DriverID As String
)
void Unregister(
String^ DriverID
)
Parameters
- DriverID String
- ProgID of the device to unregister
This deletes the entire device profile tree, including the DriverID root key.