Home | History | Annotate | Download | only in include

Lines Matching full:get_properties

708     virtual HRESULT WINAPI get_Properties(__LONG32 *pVal) = 0;
728 HRESULT (WINAPI *get_Properties)(IIMContacts *This,__LONG32 *pVal);
750 #define IIMContacts_get_Properties(This,pVal) (This)->lpVtbl->get_Properties(This,pVal)