pub unsafe extern "C" fn srvIsServiceRegistered(
registeredOut: *mut bool,
name: *const c_char,
) -> ResultExpand description
Checks whether a service is registered.
ยงArguments
registeredOut- Pointer to output the registration status to.name- Name of the service to check.