Changeset 53530 in vbox for trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
- Timestamp:
- Dec 12, 2014 8:44:49 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r50900 r53530 235 235 rc = VERR_NO_MEMORY; 236 236 return rc; 237 } 238 239 240 /** 241 * Notify the host of HGSMI-related guest capabilities via an HGSMI command. 242 * @returns IPRT status value. 243 * @returns VERR_NOT_IMPLEMENTED if the host does not support the command. 244 * @returns VERR_NO_MEMORY if a heap allocation fails. 245 * @param pCtx the context of the guest heap to use. 246 * @param fCaps the capabilities to report, see VBVACAPS. 247 */ 248 RTDECL(int) VBoxHGSMISendCapsInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx, 249 uint32_t fCaps) 250 { 251 return vboxHGSMISendCapsInfo(pCtx, fCaps); 237 252 } 238 253
Note:
See TracChangeset
for help on using the changeset viewer.