ISInterface:ConnectService

From Lavish Software Wiki
Revision as of 22:14, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
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