Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 741 Bytes

expression-evaluator-error-cxx0021.md

File metadata and controls

19 lines (14 loc) · 741 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0021
Expression Evaluator Error CXX0021
11/04/2016
CXX0021
CXX0021
CAN0021
d6c0c35a-16c2-42c0-a7d2-e910350a47f0

Expression Evaluator Error CXX0021

struct or union used as scalar

A structure or union was used in an expression, but no element was specified.

When manipulating a structure or union variable, the name of the variable may appear by itself, without a field qualifier. If a structure or union is used in an expression, it must be qualified with the specific element desired.

Specify the element whose value is to be used in the expression.

This error is identical to CAN0021.