Changeset 76108 in vbox for trunk/include/VBox
- Timestamp:
- Dec 10, 2018 12:01:34 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r75707 r76108 1179 1179 */ 1180 1180 1181 /** SHFL_FN_CREATE parameters. */ 1182 typedef struct VBoxSFParmCreate 1183 { 1184 /** value32, in: SHFLROOT 1185 * Root handle of the mapping which name is queried. */ 1186 HGCMFunctionParameter id32Root; 1187 /** pointer, in: Points to SHFLSTRING buffer. */ 1188 HGCMFunctionParameter pStrPath; 1189 /** pointer, in/out: Points to SHFLCREATEPARMS buffer. */ 1190 HGCMFunctionParameter pCreateParms; 1191 } VBoxSFParmCreate; 1192 1181 1193 /** Parameters structure. */ 1182 1194 typedef struct _VBoxSFCreate
Note:
See TracChangeset
for help on using the changeset viewer.