Gocator API > Go2 > Values > Go2Version > Functions > Go2Version_Create
Gocator 1x00 API
Go2Version_Create
Description

Creates a version number from its components.

C
Go2Version Go2Version_Create(Go2UInt32 major, Go2UInt32 minor, Go2UInt32 release, Go2UInt32 build);
Parameters
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. 
Returns

Version number.

File

Go2Api.h

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