VirtualBox

Changeset 3107 in vbox


Ignore:
Timestamp:
Jun 14, 2007 12:47:55 PM (18 years ago)
Author:
vboxsync
Message:

Removed obsolete structure members

File:
1 edited

Legend:

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

    r2981 r3107  
    395395 */
    396396
    397 /** Name types. @{ */
    398 
    399 /** None of names queried. Just check the root.  */
    400 #define SHFL_NAME_NONE  (0)
    401 /** Where the guest should represent host files. */
    402 #define SHFL_NAME_GUEST (1)
    403 /** Name or host resource. */
    404 #define SHFL_NAME_HOST  (2)
    405 
    406 /** @} */
    407 
    408397/** Parameters structure. */
    409398typedef struct _VBoxSFQueryMapName
     
    415404     */
    416405    HGCMFunctionParameter root;
    417 
    418     /** 32bit, in:
    419      * Type of name to query (SHFL_NAME_*).
    420      */
    421     HGCMFunctionParameter type;
    422406
    423407    /** pointer, in/out:
     
    429413
    430414/** Number of parameters */
    431 #define SHFL_CPARMS_QUERY_MAP_NAME (3)
     415#define SHFL_CPARMS_QUERY_MAP_NAME (2)
    432416
    433417/**
Note: See TracChangeset for help on using the changeset viewer.

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