
ForwardType property
Determines type of the forwarding used by connected user.
Type
ForwardTypes value.Syntax
- C#
- C++
- VB.NET
void devP2P.Forward_SetForwardType(IntPtr ForwardHandle, int value);
The ForwardType(ForwardHandle) syntax has these parts:
int devP2P.Forward_GetForwardType(IntPtr ForwardHandle);
The ForwardType(ForwardHandle) syntax has these parts:
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
int devP2P.Forward_GetForwardType(IntPtr ForwardHandle);
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
ForwardTypes Type;
Sub P2PForward_SetForwardType(ByVal ForwardHandle As IntPtr, ByVal value As Integer)
The ForwardType(ForwardHandle) syntax has these parts:
Function P2PForward_GetForwardType(ByVal ForwardHandle As IntPtr) As Integer
The ForwardType(ForwardHandle) syntax has these parts:
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
Function P2PForward_GetForwardType(ByVal ForwardHandle As IntPtr) As Integer
The ForwardType(ForwardHandle) syntax has these parts:
ForwardHandle | Reference to the CP2PForward instance. |
Platforms
WindowsMac OSX
Linux
BSD