Home | History | Annotate | Download | only in include

Lines Matching refs:get_LocationURL

1761     virtual HRESULT WINAPI get_LocationURL(BSTR *pLocationURL) = 0;
1836 HRESULT (WINAPI *get_LocationURL)(IAppointment *This,BSTR *pLocationURL);
1913 #define IAppointment_get_LocationURL(This,pLocationURL) (This)->lpVtbl->get_LocationURL(This,pLocationURL)