Changeset 44826 in vbox for trunk/include/VBox/RemoteDesktop
- Timestamp:
- Feb 26, 2013 11:54:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h
r44758 r44826 788 788 * VRDE_VIDEOIN_FN_NEGOTIATE 789 789 * 790 * Sent by the server when the channel is established and the client replies with its capabilities. 790 * Sent by the server when the channel is established and the client replies with its capabilities. 791 791 */ 792 792 #define VRDE_VIDEOIN_NEGOTIATE_VERSION 1 … … 812 812 #define VRDE_VIDEOIN_NOTIFY_EVENT_ATTACH 0 813 813 #define VRDE_VIDEOIN_NOTIFY_EVENT_DETACH 1 814 #define VRDE_VIDEOIN_NOTIFY_EVENT_NEGOTIATE 2 /* Negotiate again with the client. */ 814 815 815 816 typedef struct VRDEVIDEOINMSG_NOTIFY
Note:
See TracChangeset
for help on using the changeset viewer.