VirtualBox

Ignore:
Timestamp:
Mar 17, 2022 1:29:52 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150560
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/dvm/dvmvfs.cpp

    r93115 r94291  
    485485            rtDvmVfsFile_Close,
    486486            rtDvmVfsFile_QueryInfo,
     487            NULL,
    487488            RTVFSOBJOPS_VERSION
    488489        },
     
    643644        rtDvmVfsSym_Close,
    644645        rtDvmVfsSym_QueryInfo,
     646        NULL,
    645647        RTVFSOBJOPS_VERSION
    646648    },
     
    12161218        rtDvmVfsDir_Close,
    12171219        rtDvmVfsDir_QueryInfo,
     1220        NULL,
    12181221        RTVFSOBJOPS_VERSION
    12191222    },
     
    13121315        rtDvmVfsVol_Close,
    13131316        rtDvmVfsVol_QueryInfo,
     1317        NULL,
    13141318        RTVFSOBJOPS_VERSION
    13151319    },
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette