Home | History | Annotate | Download | only in include

Lines Matching refs:strPath

846     STDMETHOD_(HRESULT,Scan)(THIS_ BSTR strPath) PURE;
869 #define IFsrmQuotaManager_Scan(This,strPath) (This)->lpVtbl->Scan(This,strPath)
906 STDMETHOD_(HRESULT,Scan)(THIS_ BSTR strPath) PURE;
932 #define IFsrmQuotaManagerEx_Scan(This,strPath) (This)->lpVtbl->Scan(This,strPath)