HomeSort by relevance Sort by last modified time
    Searched refs:get_Path (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmquota.h 388 STDMETHOD_(HRESULT,get_Path)(THIS_ BSTR *path) PURE;
420 #define IFsrmQuotaObject_get_Path(This,path) (This)->lpVtbl->get_Path(This,path)
470 STDMETHOD_(HRESULT,get_Path)(THIS_ BSTR *path) PURE;
507 #define IFsrmAutoApplyQuota_get_Path(This,path) (This)->lpVtbl->get_Path(This,path)
    [all...]
fsrmscreen.h 546 STDMETHOD_(HRESULT,get_Path)(THIS_ BSTR *path) PURE;
565 #define IFsrmFileScreenException_get_Path(This,path) (This)->lpVtbl->get_Path(This,path)
    [all...]
shldisp.h 541 virtual HRESULT WINAPI get_Path(BSTR *pbs) = 0;
569 HRESULT (WINAPI *get_Path)(FolderItem *This,BSTR *pbs);
599 #define FolderItem_get_Path(This,pbs) (This)->lpVtbl->get_Path(This,pbs)
    [all...]
gpmgmt.h     [all...]
mergemod.h 283 virtual HRESULT WINAPI get_Path(BSTR *ErrorPath) = 0;
301 HRESULT (WINAPI *get_Path)(IMsmError *This,BSTR *ErrorPath);
321 #define IMsmError_get_Path(This,ErrorPath) (This)->lpVtbl->get_Path(This,ErrorPath)
    [all...]
exdisp.h 441 virtual HRESULT WINAPI get_Path(BSTR *Path) = 0;
497 HRESULT (WINAPI *get_Path)(IWebBrowserApp *This,BSTR *Path);
555 #define IWebBrowserApp_get_Path(This,Path) (This)->lpVtbl->get_Path(This,Path)
    [all...]
mmcobj.h     [all...]
iads.h     [all...]
wbemdisp.h     [all...]
  /external/opencv3/modules/core/src/
system.cpp 143 if (FAILED(storageitemRef->get_Path(&str)))
    [all...]

Completed in 2228 milliseconds