HomeSort by relevance Sort by last modified time
    Searched full:get_currentdocumentpath (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhtmled.h 248 virtual HRESULT WINAPI get_CurrentDocumentPath(BSTR *docPath) = 0;
303 HRESULT (WINAPI *get_CurrentDocumentPath)(IDHTMLSafe *This,BSTR *docPath);
360 #define IDHTMLSafe_get_CurrentDocumentPath(This,docPath) (This)->lpVtbl->get_CurrentDocumentPath(This,docPath)
    [all...]

Completed in 600 milliseconds