VirtualBox

Ignore:
Timestamp:
Mar 17, 2022 1:29:52 PM (3 years ago)
Author:
vboxsync
Message:

IPRT,Storage: Adding RTVfsQueryLabel and internally a generic pfnQueryInfoEx method to the RTVFSOBJOPS function table. Untested implementation of the latter for iso/udf. bugref:9781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/pkzipvfs.cpp

    r93115 r94291  
    820820    rtZipPkzipFssBaseObj_Close,
    821821    rtZipPkzipFssBaseObj_QueryInfo,
     822    NULL,
    822823    RTVFSOBJOPS_VERSION
    823824};
     
    10421043        rtZipPkzipFssIos_Close,
    10431044        rtZipPkzipFssIos_QueryInfo,
     1045        NULL,
    10441046        RTVFSOBJOPS_VERSION
    10451047    },
     
    12341236        rtZipPkzipFss_Close,
    12351237        rtZipPkzipFss_QueryInfo,
     1238        NULL,
    12361239        RTVFSOBJOPS_VERSION
    12371240    },
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