Expression Evaluator Error CXX0044
use of _based(void) pointer requires :> operator
A pointer based on void
cannot be used directly. You must form a complete pointer using the :> operator.
This error is identical to CAN0044.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
use of _based(void) pointer requires :> operator
A pointer based on void
cannot be used directly. You must form a complete pointer using the :> operator.
This error is identical to CAN0044.