VirtualBox

Changeset 41876 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jun 22, 2012 6:18:46 AM (13 years ago)
Author:
vboxsync
Message:

VBoxTray: do not enable the shared clipboard for remote sessions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r33966 r41876  
    617617    }
    618618
     619    if (VbglR3AutoLogonIsRemoteSession())
     620    {
     621        /* Do not use clipboard for remote sessions. */
     622        LogRel(("VBoxTray: clipboard has been disabled for a remote session.\n"));
     623        return VERR_NOT_SUPPORTED;
     624    }
     625
    619626    RT_ZERO (gCtx);
    620627    gCtx.pEnv = pEnv;
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