VirtualBox

Ignore:
Timestamp:
Jul 31, 2008 3:45:52 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33924
Message:

HostServices/GuestProperties: make ENUM_PROPS available to the host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r10981 r11034  
    643643            break;
    644644
     645        /* The guest wishes to enumerate all properties */
    645646        case ENUM_PROPS:
    646647            LogFlowFunc(("ENUM_PROPS\n"));
     
    715716            break;
    716717
     718        /* The host wishes to enumerate all properties */
     719        case ENUM_PROPS_HOST:
     720            LogFlowFunc(("ENUM_PROPS\n"));
     721            rc = enumProps(cParms, paParms);
     722            break;
    717723        default:
    718724            rc = VERR_NOT_SUPPORTED;
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