ChannelCloseHandler Typedef
[C]
typedef void (__cdecl* FlowSshC_ChannelCloseHandler)(void* handlerData);
Parameters
- handlerData: Data passed to the initiating call.
Remarks
Close handlers can be invoked only on successfully opened channels. No other channel handlers are invoked after this handler.