/vms - Declare Single Inheritance (Windows CE 5.0)
This option specifies the most general representation of a pointer to a member of a class to be one that uses either no inheritance or single inheritance. This is the smallest possible representation of a pointer to a member of a class. Use the /vms option with the /vmg - Use Full Generality for Pointers option.
If the inheritance model of a class definition for which a pointer to a member is declared is multiple or virtual, the compiler generates an error.
The corresponding argument to the pointers_to_members pragma is single_inheritance.
See Also
Compiler Options | /vmg - Use Full Generality for Pointers | /vmm - Declare Multiple Inheritance | /vmv - Declare Virtual Inheritance
Send Feedback on this topic to the authors