VirtualBox

Changeset 9324 in vbox for trunk/include


Ignore:
Timestamp:
Jun 2, 2008 8:38:00 PM (17 years ago)
Author:
vboxsync
Message:

Added CFGMR3QueryUInt, CFGMR3QueryUIntDef, CFGMR3QuerySInt and CFGMR3QuerySIntDef.

File:
1 edited

Legend:

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

    r9322 r9324  
    142142CFGMR3DECL(int)         CFGMR3QueryPort(        PCFGMNODE pNode, const char *pszName, PRTIOPORT pPort);
    143143CFGMR3DECL(int)         CFGMR3QueryPortDef(     PCFGMNODE pNode, const char *pszName, PRTIOPORT pPort, RTIOPORT PortDef);
     144CFGMR3DECL(int)         CFGMR3QueryUInt(        PCFGMNODE pNode, const char *pszName, unsigned int *pu);
     145CFGMR3DECL(int)         CFGMR3QueryUIntDef(     PCFGMNODE pNode, const char *pszName, unsigned int *pu, unsigned int uDef);
     146CFGMR3DECL(int)         CFGMR3QuerySInt(        PCFGMNODE pNode, const char *pszName, signed int *pi);
     147CFGMR3DECL(int)         CFGMR3QuerySIntDef(     PCFGMNODE pNode, const char *pszName, signed int *pi, signed int iDef);
    144148CFGMR3DECL(int)         CFGMR3QueryPtr(         PCFGMNODE pNode, const char *pszName, void **ppv);
    145149CFGMR3DECL(int)         CFGMR3QueryPtrDef(      PCFGMNODE pNode, const char *pszName, void **ppv, void *pvDef);
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