Changeset 47829 in vbox for trunk/include
- Timestamp:
- Aug 18, 2013 12:30:02 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88090
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r47571 r47829 1040 1040 1041 1041 /** 1042 * Gets the media sector size in bytes. 1043 * 1044 * @returns Media sector size in bytes. 1045 * @param pInterface Pointer to the interface structure containing the called function pointer. 1046 * @thread Any thread. 1047 */ 1048 DECLR3CALLBACKMEMBER(uint32_t, pfnGetSectorSize,(PPDMIBLOCK pInterface)); 1049 1050 /** 1042 1051 * Gets the block drive type. 1043 1052 * … … 1283 1292 */ 1284 1293 DECLR3CALLBACKMEMBER(uint64_t, pfnGetSize,(PPDMIMEDIA pInterface)); 1294 1295 /** 1296 * Gets the media sector size in bytes. 1297 * 1298 * @returns Media sector size in bytes. 1299 * @param pInterface Pointer to the interface structure containing the called function pointer. 1300 * @thread Any thread. 1301 */ 1302 DECLR3CALLBACKMEMBER(uint32_t, pfnGetSectorSize,(PPDMIMEDIA pInterface)); 1285 1303 1286 1304 /**
Note:
See TracChangeset
for help on using the changeset viewer.