Method Maps1
SymbolDescription
Handle
Enumerations1
SymbolDescription
HandlePreset Handle values.
Functions2
SymbolDescription
CloneHandleClones a Handle. When passing handles in between plugins, caching handles can result in accidental invalidation when one plugin releases the Handle, or is its owner is unloaded from memory. To prevent this, the Handle may be "cloned" with a new owner.
CloseHandleCloses a Handle. If the handle has multiple copies open, it is not destroyed unless all copies are closed.