VirtualBox

Ignore:
Timestamp:
Feb 2, 2010 9:11:09 PM (15 years ago)
Author:
vboxsync
Message:

PDM: s/pCfgHandle/pCfg/g - part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp

    r26166 r26173  
    11671167 * @copydoc FNPDMDRVCONSTRUCT
    11681168 */
    1169 DECLCALLBACK(int) VMDisplay::drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfgHandle, uint32_t fFlags)
     1169DECLCALLBACK(int) VMDisplay::drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags)
    11701170{
    11711171    PDRVMAINDISPLAY pData = PDMINS_2_DATA(pDrvIns, PDRVMAINDISPLAY);
     
    11761176     * Validate configuration.
    11771177     */
    1178     if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0"))
     1178    if (!CFGMR3AreValuesValid(pCfg, "Object\0"))
    11791179        return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES;
    11801180    AssertMsgReturn(PDMDrvHlpNoAttach(pDrvIns) == VERR_PDM_NO_ATTACHED_DRIVER,
     
    12091209     */
    12101210    void *pv;
    1211     int rc = CFGMR3QueryPtr(pCfgHandle, "Object", &pv);
     1211    int rc = CFGMR3QueryPtr(pCfg, "Object", &pv);
    12121212    if (RT_FAILURE(rc))
    12131213    {
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