Home | History | Annotate | Download | only in include

Lines Matching refs:put_Path

1254     virtual HRESULT WINAPI put_Path(BSTR bs) = 0;
1281 HRESULT (WINAPI *put_Path)(IShellLinkDual *This,BSTR bs);
1310 #define IShellLinkDual_put_Path(This,bs) (This)->lpVtbl->put_Path(This,bs)
1380 HRESULT (WINAPI *put_Path)(IShellLinkDual2 *This,BSTR bs);
1410 #define IShellLinkDual2_put_Path(This,bs) (This)->lpVtbl->put_Path(This,bs)