FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
typedef kStatus(kCall* kProcessOutputFx)(kPointer receiver, kObject sender, const void *output, kSize size, kIoSource source)
related

Callback signature used with the kProcess_SetOutputFunction function.

Please note that the function can be called simultaneously with different source.

Parameters
receiverReceiver context pointer.
senderSender context pointer.
outputConsole output.
sizeSize of the output.
sourceSource of the output.
Returns
Operation status.