Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 387 Bytes

ii.23.1.13-flags-for-params-paramattributes.md

File metadata and controls

10 lines (9 loc) · 387 Bytes

II.23.1.13 Flags for params [ParamAttributes]

Flag Value Description
In 0x0001 Param is [in]
Out 0x0002 Param is [out]
Optional 0x0010 Param is optional
HasDefault 0x1000 Param has default value
HasFieldMarshal 0x2000 Param has FieldMarshal
Unused 0xcfe0 Reserved: shall be zero in a conforming implementation