BaseHandle
Types
Link copied to clipboard
As a BaseHandle may container native resources that must be released when the handle is out of scope, this class provides a structure to bundle the destruction callback with necessary data (like opaque IDs or internal handles) to be used during the destruction.
Properties
Link copied to clipboard
The BaseHandle's implementation's destructor.