Typedef CustomGetNextInputV2Fn_t

Typedef Documentation

typedef bool (*CustomGetNextInputV2Fn_t)(void *input_context, const char *name, const void **content, uint64_t *content_byte_size, CustomMemoryType *memory_type, int64_t *memory_type_id)

See CustomGetNextInputFn_t.

Parameters
  • memory_type: Acts as both input and output. On input gives the buffer memory type preferred by the function caller. Returns the actual memory type of ‘content’.

  • memory_type_id: Acts as both input and output. On input gives the buffer memory type id preferred by the function caller. Returns the actual memory type id of ‘content’.