Gets a set of system states.
Go2Status Go2System_GetStates(Go2System system, Go2Int64* states, Go2UInt32 capacity);
|
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. |
Operation status.
Please refer to the Go2StateIndex enumeration to see the current state layout and to determine how large the input array must be.
Go2System.h