CXCommentParamPassDirection

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

Values

ValueMeaning
CXCommentParamPassDirection_In0

The parameter is an input parameter.

CXCommentParamPassDirection_Out1

The parameter is an output parameter.

CXCommentParamPassDirection_InOut2

The parameter is an input and output parameter.

Meta