Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 576 Bytes

expression-evaluator-error-cxx0038.md

File metadata and controls

17 lines (13 loc) · 576 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0038
Expression Evaluator Error CXX0038
11/04/2016
CXX0038
CXX0038
CAN0038
3327dc4e-1726-4924-a519-6ffd766a389c

Expression Evaluator Error CXX0038

function argument count and/or type mismatch

The function call as specified does not match the prototype for the function.

Retype the call with the correct number of arguments. Type cast each argument to match the prototype, as necessary.

This error is identical to CAN0038.