You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Christopher.D.Knight@nasa.gov
The text was updated successfully, but these errors were encountered: