ISInterface:DisconnectService

From Lavish Software Wiki
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