1.2.4. Object HandlesΒΆ
All handles to data structures or objects have the type RTS_HANDLE. An invalid object can be checked with RTS_INVALID_HANDLE. All functions that return a handle must additionally return an error code to the caller to specify the reason of an RTS_INVALID_HANDLE.

