ISInterface:ConnectService

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • HISXSERVICE ConnectService(ISXInterface *pClient, char *ServiceName, fISService NotifyCallback)

Purpose

To connect a service

Usage

Parameters

  • ISXInterface *pClient
[in] Pointer to the extension
  • char *ServiceName
[in] Name of the service
  • fISService NotifyCallback
[in] Function that will handle notifications from the master as well as disconnect notifications

Return Value

  • HISXSERVICE
Returns a handle to the service or 0 on failure

Examples

See Also