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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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...]
gpmgmt.h     [all...]
mmcobj.h     [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...]
wbemdisp.h     [all...]
iads.h     [all...]

Completed in 597 milliseconds