ForwardingHandler Typedef
[C]
typedef void (__cdecl* FlowSshC_ForwardingHandler)(
void* handlerData,
unsigned int listPort,
FlowSshC_ForwardingErr const* error);
Parameters
- handlerData: Data passed to the initiating call.
- listPort: The listening port. This value is meaningful only with [Client]AddForwarding, when the forwarding has successfully been added, and the initiating forwarding rule had listening port set to 0 (use any port).
- error: Pointer to a ForwardingErr structure. On success this is a NULL pointer.
Remarks
The ForwardingErr pointer is NULL on success!