ISInterface:ServiceRequest
From Lavish Software Wiki
Contents |
[edit]
Syntax
- bool ServiceRequest(ISXInterface *pClient, HISXSERVICE hService, unsigned long MSG, void *lpData)
[edit]
Purpose
To send a request to a service
[edit]
Usage
[edit]
Parameters
- ISXInterface *pClient
- [in] Pointer to the extension
- HISXSERVICE hService
- [in] Handle to the service returned from ConnectService
- unsigned long MSG
- [in] Service specific message number
- void *lpData
- [in] Data to be passed along with the message
[edit]
Return Value
- bool
- Returns true on success, false on failure
[edit]
Examples
[edit]
