VARIANT_NOVALUEPROP top-level constant
int
const VARIANT_NOVALUEPROP
Prevents the function from attempting to coerce an object to a fundamental type by getting the Value property. Applications should set this flag only if necessary, because it makes their behavior inconsistent with other applications.
Implementation
const VARIANT_NOVALUEPROP = 0x01;