Changeset 43462 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 28, 2012 10:46:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r43446 r43462 2214 2214 { 2215 2215 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. */ 2216 2229 return VERR_NOT_IMPLEMENTED; 2217 2230 }
Note:
See TracChangeset
for help on using the changeset viewer.