Home | History | Annotate | Download | only in include

Lines Matching refs:get_Format

587     virtual HRESULT WINAPI get_Format(msmConfigurableItemFormat *Format) = 0;
608 HRESULT (WINAPI *get_Format)(IMsmConfigurableItem *This,msmConfigurableItemFormat *Format);
631 #define IMsmConfigurableItem_get_Format(This,Format) (This)->lpVtbl->get_Format(This,Format)