pub unsafe extern "C" fn srvIsServiceRegistered(
    registeredOut: *mut bool,
    name: *const c_char
) -> Result
Expand description

Checks whether a service is registered.

§Arguments

  • registeredOut - Pointer to output the registration status to.
  • name - Name of the service to check.