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

/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 58 milliseconds