Set only one flag in the mask according to one element parameter.
ACAPI_ELEMENT_MASK_SET ( API_QuantitiesMask rec void typ void varnam );
Parameters
- rec
- [in] API_QuantitiesMask structured mask to set.
- typ
- [in] Name of the member of the API_ElementQuantityMask structure mask is going to be used on.
- varnam
- [in] Name of the member of the typ structure you want to change using the mask.
Remarks
Activate the given member (varnam) of the given type (typ) in the mask (rec).
Requirements
- Version: API 21 or later
- Header: APIdefs_Elements.h
See Also
API Functions,
ACAPI_ELEMENT_QUANTITY_MASK_SETFULL,
ACAPI_ELEMENT_QUANTITY_MASK_CLEAR,
ACAPI_ELEMENT_QUANTITY_MASK_CHECK,
API_QuantitiesMask,
API_ElementQuantityMask