Changeset 80855 in vbox for trunk/include/iprt
- Timestamp:
- Sep 17, 2019 12:33:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/system.h
r80708 r80855 280 280 * Queries the system's firmware type. 281 281 * 282 * @ret valIPRT status code.283 * @param p FirmwareType Where to storethe firmware type on success.284 */ 285 RTDECL(int) RTSystemFirmwareQueryType(PRTSYSFWTYPE p FirmwareType);282 * @returns IPRT status code. 283 * @param penmType Where to return the firmware type on success. 284 */ 285 RTDECL(int) RTSystemFirmwareQueryType(PRTSYSFWTYPE penmType); 286 286 287 287 /**
Note:
See TracChangeset
for help on using the changeset viewer.