VirtualBox

Changeset 86877 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 12, 2020 6:32:51 PM (4 years ago)
Author:
vboxsync
Message:

Additions/VBoxDRMClient: Removed code duplication between VBoxClient / VBoxService by refactoring the VBoxDRMClient routines into VbglR3. Also improved error checking here and there, added @todos. bugref:9637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r86876 r86877  
    812812VBGLR3DECL(int)     VbglR3WriteCoreDump(void);
    813813
     814/** @}  */
     815
     816/** @name DRM client handling
     817 * @{ */
     818VBGLR3DECL(bool)    VbglR3DRMClientIsNeeded(void);
     819VBGLR3DECL(bool)    VbglR3DRMClientIsRunning(void);
     820VBGLR3DECL(int)     VbglR3DRMClientStart(void);
    814821/** @}  */
    815822
Note: See TracChangeset for help on using the changeset viewer.

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