CXCommentParamPassDirection

Describes parameter passing direction for \\param or \\arg command.

Values

ValueMeaning
CXCommentParamPassDirection_In

The parameter is an input parameter.

CXCommentParamPassDirection_Out

The parameter is an output parameter.

CXCommentParamPassDirection_InOut

The parameter is an input and output parameter.

Meta