qvm_setvar_value_t

Data type for storing variable information

Synopsis:

#include <qvm/utils.h>
typedef union qvm_setvar_value {
    uint64_t num;
    const void* ptr;
} qvm_setvar_value_t;

Data:

uint64_t num
A numeric value specifying the union member.
const void* ptr
A pointer to the data specifed by num.
Page updated: