Changeset 100779 in vbox for trunk/include/VBox
- Timestamp:
- Aug 2, 2023 1:39:17 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 158660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdrv.h
r99739 r100779 1827 1827 1828 1828 /** 1829 * Get the status of an saved state operation. 1830 * 1831 * This can sometimes be useful in FNSSMDRVLOADDONE implementations to determine 1832 * whether the load succeeded or not. 1833 * 1834 * @returns VBox status. 1835 * @param pDrvIns Driver instance. 1836 * @param pSSM The saved state handle. 1837 * @sa SSMR3HandleGetStatus 1838 */ 1839 DECLINLINE(int) PDMDrvHlpSSMHandleGetStatus(PPDMDRVINS pDrvIns, PSSMHANDLE pSSM) 1840 { 1841 return pDrvIns->pHlpR3->pfnSSMHandleGetStatus(pSSM); 1842 } 1843 1844 /** 1829 1845 * @copydoc PDMDRVHLPR3::pfnMMHeapFree 1830 1846 */
Note:
See TracChangeset
for help on using the changeset viewer.