Changeset 31052 in vbox for trunk/src/VBox/HostServices/SharedFolders/shfl.h
- Timestamp:
- Jul 23, 2010 12:10:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/shfl.h
r28800 r31052 4 4 5 5 /* 6 * Copyright (C) 2006-20 07Oracle Corporation6 * Copyright (C) 2006-2010 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 46 46 /** Client flags */ 47 47 uint32_t fu32Flags; 48 48 /** Path delimiter. */ 49 49 RTUTF16 PathDelimiter; 50 50 } SHFLCLIENTDATA; 51 51 /** Pointer to a SHFLCLIENTDATA structure. */ 52 typedef SHFLCLIENTDATA *PSHFLCLIENTDATA; 52 53 53 54 #endif /* !___SHFL_H */
Note:
See TracChangeset
for help on using the changeset viewer.