- Timestamp:
- Mar 14, 2007 7:02:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdm.h
r1476 r1487 1576 1576 */ 1577 1577 DECLR3CALLBACKMEMBER(int, pfnQueryBatteryStatus,(PPDMIACPICONNECTOR, bool *pfPresent, PPDMACPIBATCAPACITY penmRemainingCapacity, 1578 PPDMACPIBATSTATE penmBatteryState, uint32_t *pu32PresentRate));1578 PPDMACPIBATSTATE penmBatteryState, uint32_t *pu32PresentRate)); 1579 1579 } PDMIACPICONNECTOR; 1580 1580 … … 1646 1646 */ 1647 1647 DECLR3CALLBACKMEMBER(int, pfnSetCredentials,(PPDMIVMMDEVPORT pInterface, const char *pszUsername, 1648 const char *pszPassword, const char *pszDomain,1649 uint32_t fFlags));1648 const char *pszPassword, const char *pszDomain, 1649 uint32_t fFlags)); 1650 1650 1651 1651 /** … … 2213 2213 * @returns VBox status. 2214 2214 * @param pDrvIns The driver instance data. 2215 * If the registration structure is needed, 2216 * pDrvIns->pDrvReg points to it. 2217 * @param pCfgHandle Configuration node handle for the driver. Use this to 2218 * obtain the configuration of the driver instance. It's 2219 * also found in pDrvIns->pCfgHandle as it's expected to 2220 * be used frequently in this function. 2215 * If the registration structure is needed, pDrvIns->pDrvReg points to it. 2216 * @param pCfgHandle Configuration node handle for the driver. Use this to obtain the configuration 2217 * of the driver instance. It's also found in pDrvIns->pCfgHandle as it's expected 2218 * to be used frequently in this function. 2221 2219 */ 2222 2220 typedef DECLCALLBACK(int) FNPDMDRVCONSTRUCT(PPDMDRVINS pDrvIns, PCFGMNODE pCfgHandle);
Note:
See TracChangeset
for help on using the changeset viewer.