Back to product page

Version method


Returns devP2P version information.

Type

String.

Syntax

  • C#
  • C++
  • VB.NET
void devP2P.GetVersion(IntPtr Handle, StringBuilder buffer);
The Version(Handle,buffer) syntax has these parts:
HandleReference to the devP2P instance.
bufferString buffer where version data will be stored.

static const char *Version(void);

Sub P2P_GetVersion(ByVal Handle As IntPtr, ByVal buffer As StringBuilder)
The Version(Handle,buffer) syntax has these parts:
HandleReference to the devP2P instance.
bufferString buffer where version data will be stored.

Remarks

This method will return version details of your devP2P instance.

Platforms

Windows
Mac OSX
Linux
BSD