Searched defs:guidInterface (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.h187 const com::Guid &guidInterface,
284 const com::Guid &guidInterface = pRef->getPtr(&pobjInterface, &pobjUnknown); local
286 if (guidInterface == guidCaller)
H A Dvboxweb.cpp1855 * which must support the interface given in guidInterface. All
1869 * @param pobjInterface Pointer to a specific interface for the COM object, described by guidInterface.
1870 * @param guidInterface Interface which pobjInterface points to.
1876 const com::Guid &guidInterface,
1881 _guidInterface(guidInterface),
1873 ManagedObjectRef(WebServiceSession &websession, IUnknown *pobjUnknown, void *pobjInterface, const com::Guid &guidInterface, const char *pcszInterface) argument

Completed in 49 milliseconds