qvm_setvar_value
Union for variable information
Synopsis:
#include <qvm/utils.h>
union qvm_setvar_value {
uint64_t num;
const void* ptr;
} ;Data:
- uint64_t num
A numeric value specifying the union member.
- const void* ptr
A pointer to the data specifed by num.
Page updated:
