VirtualBox

Ignore:
Timestamp:
Dec 12, 2014 8:44:49 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97271
Message:

Additions/common and Additions/x11: add support for getting video mode hints through the VGA device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r50900 r53530  
    235235        rc = VERR_NO_MEMORY;
    236236    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 */
     248RTDECL(int) VBoxHGSMISendCapsInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx,
     249                                  uint32_t fCaps)
     250{
     251    return vboxHGSMISendCapsInfo(pCtx, fCaps);
    237252}
    238253
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette