Classes 1

Class Description
Handle

Helper for object-oriented syntax.

Enums 1

Enum Description
Handle

Preset Handle values.

Functions 3

Function Description
CloneHandle

Clones 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.

CloseHandle

Closes a Handle. If the handle has multiple copies open, it is not destroyed unless all copies are closed.

IsValidHandle