Searched refs:ppvFactoryIf (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dsup.h1892 SUPR0DECL(int) SUPR0ComponentQueryFactory(PSUPDRVSESSION pSession, const char *pszName, const char *pszInterfaceUuid, void **ppvFactoryIf);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp4151 * @param ppvFactoryIf Where to store the factory interface.
4153 SUPR0DECL(int) SUPR0ComponentQueryFactory(PSUPDRVSESSION pSession, const char *pszName, const char *pszInterfaceUuid, void **ppvFactoryIf) argument
4173 AssertPtrReturn(ppvFactoryIf, VERR_INVALID_POINTER);
4174 *ppvFactoryIf = NULL;
4192 *ppvFactoryIf = pvFactory;

Completed in 1670 milliseconds