IProfileRegister Method
Registers a supplied DriverID and associates a descriptive name with the device
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
void Register(
string DriverID,
string DescriptiveName
)
Sub Register (
DriverID As String,
DescriptiveName As String
)
void Register(
String^ DriverID,
String^ DescriptiveName
)
Parameters
- DriverID String
- ProgID of the device to register
- DescriptiveName String
- Descriptive name of the device
Does nothing if already registered, so safe to call on driver load.