VirtualBox

Ignore:
Timestamp:
Jul 31, 2007 3:32:06 PM (17 years ago)
Author:
vboxsync
Message:

Preparations for dealing with case sensitivity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/mappings.h

    r3338 r3944  
    3333    uint32_t    cMappings;
    3434    bool        fValid;
     35    bool        fHostCaseSensitive;
     36    bool        fGuestCaseSensitive;
    3537} MAPPING, *PMAPPING;
    3638
     
    4547int vbsfMappingsQueryName (SHFLCLIENTDATA *pClient, SHFLROOT root, SHFLSTRING *pString);
    4648
    47 int vbsfMapFolder (SHFLCLIENTDATA *pClient, PSHFLSTRING pszMapName, RTUCS2 delimiter, SHFLROOT *pRoot);
     49int vbsfMapFolder (SHFLCLIENTDATA *pClient, PSHFLSTRING pszMapName, RTUCS2 delimiter, bool fCaseSensitive, SHFLROOT *pRoot);
    4850int vbsfUnmapFolder (SHFLCLIENTDATA *pClient, SHFLROOT root);
    4951
    5052const RTUCS2 *vbsfMappingsQueryHostRoot (SHFLROOT root, uint32_t *pcbRoot);
    51 
     53bool          vbsfIsGuestMappingCaseSensitive (SHFLROOT root);
     54bool          vbsfIsHostMappingCaseSensitive (SHFLROOT root);
    5255
    5356#endif /* __MAPPINGS__H */
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