IProfileIsRegistered Method
Confirms whether a specific driver is registered or unregistered in the profile store
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
bool IsRegistered(
string DriverID
)
Function IsRegistered (
DriverID As String
) As Boolean
bool IsRegistered(
String^ DriverID
)
- DriverID String
- String representing the device's ProgID
BooleanBoolean indicating registered or unregistered state of the supplied DriverID