Share via


max_is

 

The latest version of this topic can be found at max_is.

Designates the maximum value for a valid array index.

Syntax

  
      [ 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

IDL Attributes
Typedef, Enum, Union, and Struct Attributes
Parameter Attributes
first_is
last_is
length_is
size_is
Attributes Samples