ISInterface:ServiceBroadcast

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

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

Purpose

Sending a message to all clients of this service

Usage

Parameters

  • ISXInterface *pMaster
[in] Pointer to the extension
  • HISXSERVICE hService
[in] Service handler returned by RegisterService
  • 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