Changeset 28802 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 27, 2010 9:23:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VRDPServerImpl.h
r28800 r28802 47 47 BOOL mAllowMultiConnection; 48 48 BOOL mReuseSingleConnection; 49 BOOL mVideoChannel; 50 ULONG mVideoChannelQuality; 49 51 }; 50 52 … … 87 89 STDMETHOD(COMGETTER(ReuseSingleConnection)) (BOOL *aReuseSingleConnection); 88 90 STDMETHOD(COMSETTER(ReuseSingleConnection)) (BOOL aReuseSingleConnection); 91 STDMETHOD(COMGETTER(VideoChannel)) (BOOL *aVideoChannel); 92 STDMETHOD(COMSETTER(VideoChannel)) (BOOL aVideoChannel); 93 STDMETHOD(COMGETTER(VideoChannelQuality)) (ULONG *aVideoChannelQuality); 94 STDMETHOD(COMSETTER(VideoChannelQuality)) (ULONG aVideoChannelQuality); 89 95 90 96 // IVRDPServer methods
Note:
See TracChangeset
for help on using the changeset viewer.