Overview
C API (Core)
struct EventAccessContent { const void* real; const void* imag; UINT64 bytes; };

This is a request from the framework to set the content of the Data object from generic form, as returned by EVENT_ACCESS_CONTENT_GET.

Fields

const void* real OUT
The real data.
const void* imag OUT
The imaginary data.
UINT64 bytes OUT
The number of bytes of real data.

Action

Example

C++ Source Code (against 1199)
// TODO // ok return C_OK;