Each function, method or event parameter is presented along with its description and type. The parameter type is inside square brackets and may be:
- [in] The parameter is used only to pass values in to the function;
- [out] The parameter is used only to pass values back from the function;
- [in, out] The parameter is used both to pass values in and to pass results back out of the function;