Back to product page

Tag property


Tag for misc usage.

Type

Object.

Syntax

  • C#
  • C++
void devP2P.Forward_SetTag(IntPtr Handle, object Value);
The Tag(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

object devP2P.Forward_GetTag(IntPtr Handle);
The Tag(ForwardHandle) syntax has these parts:
ForwardHandleReference to the CP2PForward instance.

void *Tag = value;
The Tag(value) syntax has these parts:
valuePointer to your own custom data.

Remarks

Custom data that is kept by this forward instance.

Platforms

Windows
Mac OSX
Linux
BSD