Changeset 78479 in vbox
- Timestamp:
- May 13, 2019 9:14:23 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130514
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r78467 r78479 1790 1790 /** SHFL_FN_CLOSE_AND_REMOVE parameters. */ 1791 1791 typedef struct VBoxSFParmCloseAndRemove 1792 #ifdef __cplusplus 1793 : public VBoxSFParmRemove1794 #endif 1795 { 1796 #ifndef __cplusplus 1797 VBoxSFParmRemove Core;1798 #endif 1792 { 1793 /** value32, in: SHFLROOT of the mapping the path is relative to. */ 1794 HGCMFunctionParameter id32Root; 1795 /** pointer, in: Points to SHFLSTRING buffer. */ 1796 HGCMFunctionParameter pStrPath; 1797 /** value32, in: SHFL_REMOVE_XXX */ 1798 HGCMFunctionParameter f32Flags; 1799 1799 /** value64, in: SHFLHANDLE to the object to be removed & close, optional. */ 1800 1800 HGCMFunctionParameter u64Handle;
Note:
See TracChangeset
for help on using the changeset viewer.