Home | History | Annotate | Download | only in include

Lines Matching refs:get_Value

1082     virtual HRESULT WINAPI get_Value(VARIANT *propertyValue) = 0;
1097 HRESULT (WINAPI *get_Value)(IEventProperty *This,VARIANT *propertyValue);
1114 #define IEventProperty_get_Value(This,propertyValue) (This)->lpVtbl->get_Value(This,propertyValue)