Defines the signature of a callback function to receive Go2Health messages.
typedef Go2Status (__stdcall * Go2HealthCallback)(Go2Handle context, Go2System system, Go2Health health);
|
Parameters |
Description |
|
context |
User context handle (pointer). |
|
system |
Go2System object. |
|
health |
Health message. |
Operation status.
Go2System.h