
Tag property
Tag for misc usage.
Type
Object.Syntax
- C#
- C++
- VB.NET
void devP2P.ForwardUser_SetTag(IntPtr Handle, object Value);
The Tag(UserHandle,Value) syntax has these parts:
object devP2P.ForwardUser_GetTag(IntPtr Handle);
The Tag(UserHandle) syntax has these parts:
The Tag(UserHandle,Value) syntax has these parts:
UserHandle | Reference to the CP2PForwardUser instance. |
Value | Your object with custom data. |
object devP2P.ForwardUser_GetTag(IntPtr Handle);
The Tag(UserHandle) syntax has these parts:
UserHandle | Reference to the CP2PForwardUser instance. |
Return value | Your object with custom data. |
void *Tag = value;
The Tag(value) syntax has these parts:
The Tag(value) syntax has these parts:
value | Pointer to your own custom data. |
Sub P2PForwardUser_SetTag(ByVal UserHandle As IntPtr, ByVal Value As Object)
The Tag(UserHandle,value) syntax has these parts:
Function P2PForwardUser_GetTag(ByVal UserHandle As IntPtr) As Object
The Tag(UserHandle) syntax has these parts:
The Tag(UserHandle,value) syntax has these parts:
UserHandle | Reference to the CP2PForwardUser instance. |
value | Your object with custom data. |
Function P2PForwardUser_GetTag(ByVal UserHandle As IntPtr) As Object
The Tag(UserHandle) syntax has these parts:
UserHandle | Reference to the CP2PForwardUser instance. |
Return value | Your object with custom data. |
Remarks
Custom data that is kept by this user instance.Platforms
WindowsMac OSX
Linux
BSD