qvm_callback

QNX Hypervisor8.0Virtual Device Developer's API ReferenceAPIDeveloper

The data structure to use for qvm callback functions

Synopsis:

#include <qvm/utils.h>
struct qvm_callback {
    qvm_callback_func_t* func;
};

Data:

qvm_callback_func_t* func
A pointer to the callback function.

Description:

The struct qvm_callback data type is designed to be incorporated within a user-defined struct whose address is passed as the data parameter to a qvm callback function.

Page updated: