Changeset 4032 in vbox for trunk/include
- Timestamp:
- Aug 4, 2007 11:21:11 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r3944 r4032 103 103 /** Remove shared folder mapping. */ 104 104 #define SHFL_FN_REMOVE_MAPPING (2) 105 /** Set the led status light address */ 106 #define SHFL_FN_SET_STATUS_LED (3) 105 107 106 108 /** @} */ … … 959 961 #define SHFL_CPARMS_REMOVE_MAPPING (1) 960 962 963 964 /** 965 * SHFL_FN_SET_STATUS_LED 966 */ 967 968 /** Parameters structure. */ 969 typedef struct _VBoxSFSetStatusLed 970 { 971 VBoxGuestHGCMCallInfo callInfo; 972 973 /** pointer, in: LED address 974 * Points to PPDMLED buffer. 975 */ 976 HGCMFunctionParameter led; 977 978 } VBoxSFSetStatusLed; 979 980 #define SHFL_CPARMS_SET_STATUS_LED (1) 981 961 982 /** @} */ 962 983
Note:
See TracChangeset
for help on using the changeset viewer.