DISPATCH_PROPERTYPUTREF top-level constant

int const DISPATCH_PROPERTYPUTREF

The member is changed by a reference assignment, rather than a value assignment. This flag is valid only when the property accepts a reference to an object.

Implementation

const DISPATCH_PROPERTYPUTREF = 0x8;