readonly
[readonly [, optional-attributes]] data-type identifier
Example
HRESULT Method3([in, readonly] int iMmutable);
Remarks
The readonly attribute prohibits assignment to a variable.
Flags
VARFLAG_FREADONLY
See Also