VirtualBox

Changeset 4032 in vbox for trunk/include


Ignore:
Timestamp:
Aug 4, 2007 11:21:11 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23463
Message:

Implemented shared folder status light

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/shflsvc.h

    r3944 r4032  
    103103/** Remove shared folder mapping. */
    104104#define SHFL_FN_REMOVE_MAPPING      (2)
     105/** Set the led status light address */
     106#define SHFL_FN_SET_STATUS_LED      (3)
    105107
    106108/** @} */
     
    959961#define SHFL_CPARMS_REMOVE_MAPPING (1)
    960962
     963
     964/**
     965 * SHFL_FN_SET_STATUS_LED
     966 */
     967
     968/** Parameters structure. */
     969typedef 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
    961982/** @} */
    962983
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette