ISInterface:ShutdownService

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool ShutdownService(ISXInterface *pMaster, HISXSERVICE hService)

Purpose

Shutdown a service register with RegisterService

Usage

Parameters

  • ISXInterface *pMaster
[in] Pointer to the extension
  • HISXSERVICE hService
[in] Service handler returned by RegisterService

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also