HANDLE* parameters should not be annotated [In, Out]
#139
Labels
usability
Touch-up to improve the user experience for a language projection
[In, Out]
#139
Several methods take pointers to handle structs and are annotated with
[In, Out]
even though they only ever read from these pointers. Can these annotations be modified to just[In]
where it is safe to do so?Here is a list of suspect APIs (as they appear in a list of warnings due to this characteristic):
The text was updated successfully, but these errors were encountered: