ISInterface:ConnectService
From Lavish Software Wiki
Contents |
[edit]
Syntax
- HISXSERVICE ConnectService(ISXInterface *pClient, char *ServiceName, fISService NotifyCallback)
[edit]
Purpose
To connect a service
[edit]
Usage
[edit]
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
[edit]
Return Value
- HISXSERVICE
- Returns a handle to the service or 0 on failure
[edit]
Examples
[edit]
