VirtualBox

Changeset 3280 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 25, 2007 4:15:02 PM (18 years ago)
Author:
vboxsync
Message:

Removed more obsolete VRDP code.

File:
1 edited

Legend:

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

    r3278 r3280  
    3434
    3535
    36 /** @defgroup grp_vrdp    VRDP
    37  * VirtualBox Remote Desktop Protocol (VRDP) interface that allows to use
     36/** @defgroup grp_vrdp VRDP
     37 * VirtualBox Remote Desktop Protocol (VRDP) interface that lets to use
    3838 * the VRDP server.
    3939 * @{
    4040 */
    4141
    42 /** Flags for VDRPSetFramebuffer */
    43 #define VRDP_INTERNAL_FRAMEBUFFER (0)
    44 #define VRDP_EXTERNAL_FRAMEBUFFER (1)
    45 
    46 /** Default port that VRDP binds to */
     42/** Default port that VRDP binds to. */
    4743#define VRDP_DEFAULT_PORT (3389)
    4844
    4945__BEGIN_DECLS
    5046
    51 /* Forward declaration */
    52 
     47/* Forward declaration of the VRDP server instance handle. */
    5348#ifdef __cplusplus
    54 
    5549class VRDPServer;
    5650typedef class VRDPServer *HVRDPSERVER;
    57 
    5851#else
    59 
    6052struct VRDPServer;
    6153typedef struct VRDPServer *HVRDPSERVER;
    62 
    63 #endif
     54#endif /* __cplusplus */
    6455
    6556/**
     
    7465VRDPR3DECL(int) VRDPStartServer (IConsole *pconsole, IVRDPServer *pvrdpserver, HVRDPSERVER *phserver);
    7566
    76 
    77 /**
    78  * Set framebuffer which will be delivered to client.
    79  *
    80  * @param hserver      Handle of VRDP server instance.
    81  * @param pframebuffer Pointer to external IFramebuffer to be used.
    82  * @param flags        VRDP_EXTERNAL_FRAMEBUFFER - the server must use supplied
    83  *                         framebuffer or do not use framebuffer if pframebuffer == NULL
    84  *                     VRDP_INTERNAL_FRAMEBUFFER - the server must create internal
    85  *                         framebuffer and register it with Machine's IDisplay,
    86  *                         pframebuffer ignored.
    87  */
    88 VRDPR3DECL(int) VRDPSetFramebuffer (HVRDPSERVER hserver, IFramebuffer *pframebuffer, uint32_t flags);
    8967
    9068/**
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