OS_ALLOW_OBJECT_DELETION Definition

This constant specifies whether object deletion is enabled within the system. By default, it is set to 1, meaning object deletion is supported. When set to 0, the osCloseHandle function is unavailable, and osOpen* functions will return the object handle without performing an open operation. Disabling this feature reduces the system resource footprint and the size of the output code. For more information, please refer to the system objects management section.

Version:1.0
See also: osCloseHandle, system objects management
SpaceShadow documentation