Changeset 80663 in vbox for trunk/include
- Timestamp:
- Sep 9, 2019 8:48:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-uri.h
r80662 r80663 274 274 #pragma pack() 275 275 AssertCompileSize(SHCLFSOBJATTR, 44); 276 /** Pointer to a shared folderfilesystem object attributes structure. */276 /** Pointer to a Shared Clipboard filesystem object attributes structure. */ 277 277 typedef SHCLFSOBJATTR *PSHCLFSOBJATTR; 278 /** Pointer to a const shared folderfilesystem object attributes structure. */278 /** Pointer to a const Shared Clipboard filesystem object attributes structure. */ 279 279 typedef const SHCLFSOBJATTR *PCSHCLFSOBJATTR; 280 280 … … 320 320 #pragma pack() 321 321 AssertCompileSize(SHCLFSOBJINFO, 92); 322 /** Pointer to a shared folderfilesystem object information structure. */322 /** Pointer to a Shared Clipboard filesystem object information structure. */ 323 323 typedef SHCLFSOBJINFO *PSHCLFSOBJINFO; 324 /** Pointer to a const shared folderfilesystem object information324 /** Pointer to a const Shared Clipboard filesystem object information 325 325 * structure. */ 326 326 typedef const SHCLFSOBJINFO *PCSHCLFSOBJINFO;
Note:
See TracChangeset
for help on using the changeset viewer.