Skip to main content

GCInstanceHandle

Type Alias GCInstanceHandle 

pub type GCInstanceHandle = *mut c_void;
Expand description

@brief The handle to the plugin instance

The handle that the core provides to the plugin, this is for stateful plugins so they can keep track of their own state. It is meant to be casted to the plugin instance struct defined by it.