Gocator 2000 API
Go2UpgradeCallback
Description

Defines the signature of a callback function to receive upgrade status messages.

C
typedef Go2Status (__stdcall * Go2UpgradeCallback)(Go2Handle context, Go2System system, Go2Double progress);
Parameters
Parameters 
Description 
context 
User context handle (pointer). 
system 
Go2System object. 
progress 
Normalized progress (0 - not started; 1 - finished). 
Returns

Operation status.

File

Go2System.h

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