
Destroy method
Destroys current devP2P instance.
Syntax
- C#
- C++
- VB.NET
void devP2P.Destroy(IntPtr Handle);
void CP2P::Destroy(void);
Sub P2P_Destroy(ByVal Handle As IntPtr)
Remarks
This method destroys the devP2P instance, obtained by Create method. When it's not used anymore, it is internally deleted.Platforms
WindowsMac OSX
Linux
BSD