Gocator API > Go2 > Classes > Go2System > Functions > Go2System_GetStates
Gocator 2x00 API
Go2System_GetStates
Description

Gets a set of system states.

C
Go2Status Go2System_GetStates(Go2System system, Go2Int64* states, Go2UInt32 capacity);
Parameters
Parameters 
Description 
Go2System system 
Go2System object. 
Go2Int64* states 
A pointer to an array of 64-bit signed integers. 
Go2UInt32 capacity 
The length of the states array. 
Returns

Operation status.

Remarks

Please refer to the Go2StateIndex enumeration to see the current state layout and to determine how large the input array must be.

File

Go2System.h

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