Searched refs:aWebServiceAuthLibrary (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DSystemPropertiesImpl.h91 HRESULT getWebServiceAuthLibrary(com::Utf8Str &aWebServiceAuthLibrary);
92 HRESULT setWebServiceAuthLibrary(const com::Utf8Str &aWebServiceAuthLibrary);
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp744 HRESULT SystemProperties::getWebServiceAuthLibrary(com::Utf8Str &aWebServiceAuthLibrary) argument
748 aWebServiceAuthLibrary = m->strWebServiceAuthLibrary;
753 HRESULT SystemProperties::setWebServiceAuthLibrary(const com::Utf8Str &aWebServiceAuthLibrary) argument
756 HRESULT rc = i_setWebServiceAuthLibrary(aWebServiceAuthLibrary);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h8389 #define ISystemProperties_get_WebServiceAuthLibrary(p, aWebServiceAuthLibrary) ((p)->lpVtbl->GetWebServiceAuthLibrary(p, aWebServiceAuthLibrary))
8390 #define ISystemProperties_GetWebServiceAuthLibrary(p, aWebServiceAuthLibrary) ((p)->lpVtbl->GetWebServiceAuthLibrary(p, aWebServiceAuthLibrary))
8391 #define ISystemProperties_put_WebServiceAuthLibrary(p, aWebServiceAuthLibrary) ((p)->lpVtbl->SetWebServiceAuthLibrary(p, aWebServiceAuthLibrary))
8392 #define ISystemProperties_SetWebServiceAuthLibrary(p, aWebServiceAuthLibrary) ((p)->lpVtbl->SetWebServiceAuthLibrary(p, aWebServiceAuthLibrary))

Completed in 2099 milliseconds