Gocator API > Go2 > Classes > Go2System > Signatures > Go2HealthCallback
Gocator 2x00 API
Go2HealthCallback
Description

Defines the signature of a callback function to receive Go2Health messages.

C
typedef Go2Status (__stdcall * Go2HealthCallback)(Go2Handle context, Go2System system, Go2Health health);
Parameters
Parameters 
Description 
context 
User context handle (pointer). 
system 
Go2System object. 
health 
Health message. 
Returns

Operation status.

File

Go2System.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.