SftpHandler Typedef

[C]

typedef void (__cdecl* FlowSshC_SftpHandler)(
  void* handlerData,
  FlowSshC_SftpErr const* error);

Parameters

  • handlerData: Data passed to the initiating call.
  • error: Pointer to a SftpErr structure. This pointer is NULL on success.

Remarks

The error pointer is NULL on success.