
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:
The Version(Handle,buffer) syntax has these parts:
Handle | Reference to the devP2P instance. |
buffer | String 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:
Handle | Reference to the devP2P instance. |
buffer | String buffer where version data will be stored. |
Remarks
This method will return version details of your devP2P instance.Platforms
WindowsMac OSX
Linux
BSD