VirtualBox

Changeset 43462 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 28, 2012 10:46:41 AM (12 years ago)
Author:
vboxsync
Message:

HGCM Host Channel service: implemented a generic Query function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp

    r43446 r43462  
    22142214{
    22152215    LogFlowFunc(("\n"));
     2216    if (!pvChannel)
     2217    {
     2218        /* Special case, the provider must answer rather than a channel instance. */
     2219        if (u32Code == VBOX_HOST_CHANNEL_CTRL_EXISTS)
     2220        {
     2221            *pcbDataReturned = 0;
     2222            return VINF_SUCCESS;
     2223        }
     2224
     2225        return VERR_NOT_IMPLEMENTED;
     2226    }
     2227
     2228    /* Channels do not support this. */
    22162229    return VERR_NOT_IMPLEMENTED;
    22172230}
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