py_switchvm method
Switch to a VM.
@param index index of the VM ranging from 0 to 16 (exclusive). 0
is the default VM.
Implementation
void py_switchvm(
int index,
) {
return _py_switchvm(
index,
);
}
Switch to a VM.
@param index index of the VM ranging from 0 to 16 (exclusive). 0
is the default VM.
void py_switchvm(
int index,
) {
return _py_switchvm(
index,
);
}