Designates the maximum value for a valid array index.
[ max_is(
   "expression"
) ]
Parameters
- expression
 One or more C-language expressions. Empty argument slots are allowed.
Remarks
The max_is C++ attribute has the same functionality as the max_is MIDL attribute.
Requirements
Attribute Context
| Applies to | Field in struct or union, interface parameter, interface method | 
| Repeatable | No | 
| Required attributes | None | 
| Invalid attributes | size_is | 
For more information, see Attribute Contexts.
Example
See first_is for an example of how to specify a section of an array.