
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:
object devP2P.Forward_GetTag(IntPtr Handle);
The Tag(ForwardHandle) syntax has these parts:
The Tag(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
object devP2P.Forward_GetTag(IntPtr Handle);
The Tag(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
void *Tag = value;
The Tag(value) syntax has these parts:
The Tag(value) syntax has these parts:
value | Pointer to your own custom data. |
Remarks
Custom data that is kept by this forward instance.Platforms
WindowsMac OSX
Linux
BSD