SshVersionHandler Typedef

[C]

typedef void (__cdecl* FlowSshC_SshVersionHandler)(
  void* handlerData,
  wchar_t const* version);

Parameters

  • handlerData: Data passed to the initiating call.
  • version: Version string received from the SSH server.

Remarks

The version string of the SSH server to which you are trying to connect is reported through this handler.