- WORD wFlags
- Flags describing the context of the Invoke call, include:
| Value |
Description |
| DISPATCH_METHOD |
The member is invoked as a method. If a
property has the same name, both this and the
DISPATCH_PROPERTYGET flag may be set. |
| DISPATCH_PROPERTYGET |
The member is retrieved as a property or
data member. |
| DISPATCH_PROPERTYPUT |
The member is changed as a property or data
member. |
| 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. |
|
I used the "Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland".
Will you use my template? Yes (Download)
|