xxxDefineService

Defines a service at initialization time.

Prototype

DWORD xxxDefineService (char *svcname)

Argument

Description

svcname

Pointer to the name of a service to be registered with Natural Access.


Return values

SUCCESS or error returned by dispRegisterService

Details

xxxDefineService is called at initialization time for each service to be registered with the dispatcher. xxxDefineService calls dispRegisterService to perform the following functions:

For more information about this function, refer to Registering services.