max_is

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.

See Also

Reference

first_is

last_is

length_is

size_is

Other Resources

IDL Attributes

Typedef, Enum, Union, and Struct Attributes

Parameter Attributes

ATL Samples