Home | History | Annotate | Download | only in include

Lines Matching refs:put_DisplayName

1639     virtual HRESULT WINAPI put_DisplayName(BSTR newVal) = 0;
1679 HRESULT (WINAPI *put_DisplayName)(IGPMGPO *This,BSTR newVal);
1721 #define IGPMGPO_put_DisplayName(This,newVal) (This)->lpVtbl->put_DisplayName(This,newVal)