Home | History | Annotate | Download | only in include

Lines Matching refs:RemoveProperty

6120     virtual HRESULT WINAPI RemoveProperty(BSTR name) = 0;
6132 HRESULT (WINAPI *RemoveProperty)(IContextProperties *This,BSTR name);
6146 #define IContextProperties_RemoveProperty(This,name) (This)->lpVtbl->RemoveProperty(This,name)