IPluginHost.restoreState

Restore state of the plugin, saved with saveState.

interface IPluginHost
nothrow @nogc
bool
restoreState
(
const(ubyte)[] chunk
)

Return Value

Type: bool

true on success.

Meta