VirtualBox

Changeset 32274 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 7, 2010 11:19:18 AM (14 years ago)
Author:
vboxsync
Message:

Guest Additions/common: Return VERR_NOT_IMPLEMENTED in VBoxGuestCommonIOCtl_*VRDPSession.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r32272 r32274  
    19951995{
    19961996    /* Nothing to do here right now, since this only is supported on Windows at the moment. */
    1997     return VINF_SUCCESS;
     1997    return VERR_NOT_IMPLEMENTED;
    19981998}
    19991999
     
    20102010{
    20112011    /* Nothing to do here right now, since this only is supported on Windows at the moment. */
    2012     return VINF_SUCCESS;
     2012    return VERR_NOT_IMPLEMENTED;
    20132013}
    20142014#endif /* VBOX_WITH_VRDP_SESSION_HANDLING */
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