Share

acrxServiceIsRegistered

C++

bool acrxServiceIsRegistered(
    const ACHAR * serviceName
);

File

rxregsvc.h

Description

This function is a "C" code wrapper for:

acrxServiceDictionary->at(serviceName);

which searches the service dictionary for an entry with the key serviceName. If the search is successful, then 1 is returned, otherwise 0 is returned.

Parameters

Parameters Description
serviceName Input service name to search for

Was this information helpful?