Changeset 9736 in vbox
- Timestamp:
- Jun 16, 2008 7:08:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r9695 r9736 690 690 * @param pSession The SUPDRV session making the query. 691 691 * @param pSupDrvFactory Pointer to this structure. 692 * @param p InterfaceUuidThe UUID of the factory interface.692 * @param pszInterfaceUuid The UUID of the factory interface. 693 693 */ 694 DECLR0CALLBACKMEMBER(void *, pfnQueryFactoryInterface,(PSUPDRVSESSION pSession, struct SUPDRVFACTORY *pSupDrvFactory, PCRTUUID pInterfaceUuid));694 DECLR0CALLBACKMEMBER(void *, pfnQueryFactoryInterface,(PSUPDRVSESSION pSession, struct SUPDRVFACTORY *pSupDrvFactory, const char *pszInterfaceUuid)); 695 695 } SUPDRVFACTORY; 696 696 /** Pointer to a support driver factory. */
Note:
See TracChangeset
for help on using the changeset viewer.