ISInterface:DisconnectService

From Lavish Software Wiki
Revision as of 22:11, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • void DisconnectService(ISXInterface *pClient, HISXSERVICE hService)

Purpose

To disconnect a service connected with ConnectService

Usage

Parameters

  • ISXInterface *pClient
[in] Pointer to the extension
  • HISXSERVICE hService
[in] Handle to the service returned from ConnectService

Return Value

Examples

See Also