Skip to content

NET_SDK_GetSDKBuildVersion

Interface Definition

1
DWORD NET_SDK_GetSDKBuildVersion();
1
public static extern int NET_SDK_GetSDKBuildVersion();

Function Description

Get the SDK version number and build information.

Parameter Description

None

Return Value

  • type:DWORD

  • remark:SDK version number and build information. The 2 high bytes represent the version number: 25~32 bits represent the major version number, 17~24 bits represent the minor version number; the 2 low bytes represent the build information. For example, 0x01000101: means the version number is 1.0 and the build number is 0101.

Remarks

None

Error Code