Creates a version number from its components.
Go2Version Go2Version_Create(Go2UInt32 major, Go2UInt32 minor, Go2UInt32 release, Go2UInt32 build);
|
Parameters |
Description |
|
Go2UInt32 major |
Major component of version number. |
|
Go2UInt32 minor |
Minor component of version number. |
|
Go2UInt32 release |
Release component of version number. |
|
Go2UInt32 build |
Build component of version number. |
Version number.
Go2Api.h