Expression Evaluator Error CXX0044 (original) (raw)
use of _based(void) pointer requires :> operator
Remarks
A pointer based on void cannot be used directly. You must form a complete pointer using the :> operator.
This error is identical to CAN0044.