ISInterface:ServiceNotify

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool ServiceNotify(ISXInterface *pMaster, HISXSERVICE hService, ISXInterface *pTarget, unsigned long MSG, void *lpData)

Purpose

Sending a message to a specific client of this service

Usage

Parameters

  • ISXInterface *pMaster
[in] Pointer to the extension
  • HISXSERVICE hService
[in] Service handler returned by RegisterService
  • ISXInterface *pTarget
[in] Client to send the notification to
  • unsigned long MSG
[in] Service specific message number
  • void *lpData
[in] Data to be passed along with the message

Return Value

  • bool
Returns true on success, false on failure

Examples

See Also