VirtualBox

Changeset 9736 in vbox


Ignore:
Timestamp:
Jun 16, 2008 7:08:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32092
Message:

pass a UUID string instead of a structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r9695 r9736  
    690690     * @param   pSession            The SUPDRV session making the query.
    691691     * @param   pSupDrvFactory      Pointer to this structure.
    692      * @param   pInterfaceUuid      The UUID of the factory interface.
     692     * @param   pszInterfaceUuid    The UUID of the factory interface.
    693693     */
    694     DECLR0CALLBACKMEMBER(void *, pfnQueryFactoryInterface,(PSUPDRVSESSION pSession, struct SUPDRVFACTORY *pSupDrvFactory, PCRTUUID pInterfaceUuid));
     694    DECLR0CALLBACKMEMBER(void *, pfnQueryFactoryInterface,(PSUPDRVSESSION pSession, struct SUPDRVFACTORY *pSupDrvFactory, const char *pszInterfaceUuid));
    695695} SUPDRVFACTORY;
    696696/** Pointer to a support driver factory. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette