Skip to content

Document that OS_ObjCreate() Id of new obj is > 0 #485

@CDKnightNASA

Description

@CDKnightNASA

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]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions