Changeset 3944 in vbox for trunk/src/VBox/HostServices/SharedFolders/mappings.h
- Timestamp:
- Jul 31, 2007 3:32:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/mappings.h
r3338 r3944 33 33 uint32_t cMappings; 34 34 bool fValid; 35 bool fHostCaseSensitive; 36 bool fGuestCaseSensitive; 35 37 } MAPPING, *PMAPPING; 36 38 … … 45 47 int vbsfMappingsQueryName (SHFLCLIENTDATA *pClient, SHFLROOT root, SHFLSTRING *pString); 46 48 47 int vbsfMapFolder (SHFLCLIENTDATA *pClient, PSHFLSTRING pszMapName, RTUCS2 delimiter, SHFLROOT *pRoot);49 int vbsfMapFolder (SHFLCLIENTDATA *pClient, PSHFLSTRING pszMapName, RTUCS2 delimiter, bool fCaseSensitive, SHFLROOT *pRoot); 48 50 int vbsfUnmapFolder (SHFLCLIENTDATA *pClient, SHFLROOT root); 49 51 50 52 const RTUCS2 *vbsfMappingsQueryHostRoot (SHFLROOT root, uint32_t *pcbRoot); 51 53 bool vbsfIsGuestMappingCaseSensitive (SHFLROOT root); 54 bool vbsfIsHostMappingCaseSensitive (SHFLROOT root); 52 55 53 56 #endif /* __MAPPINGS__H */
Note:
See TracChangeset
for help on using the changeset viewer.