Is your feature request related to a problem? Please describe.
The OS_Create() functions always generate an ID as an "out" parameter and that ID is always > 0 when the creation succeeds. This is useful as users of these API's as they can assume 0 is not a valid ID (such as in arrays or variables that are not always referring to valid objects.)
Describe the solution you'd like
Should describe, in the comments for all OS_Create functions, that ID will always be > 0.
Requester Info
[email protected]