Changeset 7429 in vbox for trunk/src/VBox/HostServices/SharedFolders/mappings.h
- Timestamp:
- Mar 12, 2008 10:08:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/mappings.h
r6384 r7429 1 1 /** @file 2 * 3 * Shared folders: 4 * Mappings header. 2 * Shared folders: Mappings header. 5 3 */ 6 4 … … 17 15 */ 18 16 19 #ifndef __ MAPPINGS__H20 #define __ MAPPINGS__H17 #ifndef ___MAPPINGS_H 18 #define ___MAPPINGS_H 21 19 22 20 #include "shfl.h" … … 45 43 int vbsfMappingsQueryWritable (SHFLCLIENTDATA *pClient, SHFLROOT root, bool *fWritable); 46 44 47 int vbsfMapFolder (SHFLCLIENTDATA *pClient, PSHFLSTRING pszMapName, RTU CS2delimiter, bool fCaseSensitive, SHFLROOT *pRoot);45 int vbsfMapFolder (SHFLCLIENTDATA *pClient, PSHFLSTRING pszMapName, RTUTF16 delimiter, bool fCaseSensitive, SHFLROOT *pRoot); 48 46 int vbsfUnmapFolder (SHFLCLIENTDATA *pClient, SHFLROOT root); 49 47 50 const RTUCS2 *vbsfMappingsQueryHostRoot (SHFLROOT root, uint32_t *pcbRoot);48 PCRTUTF16 vbsfMappingsQueryHostRoot (SHFLROOT root, uint32_t *pcbRoot); 51 49 bool vbsfIsGuestMappingCaseSensitive (SHFLROOT root); 52 50 bool vbsfIsHostMappingCaseSensitive (SHFLROOT root); 53 51 54 #endif /* __MAPPINGS__H */ 52 #endif /* !___MAPPINGS_H */ 53
Note:
See TracChangeset
for help on using the changeset viewer.