VirtualBox

Changeset 35105 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 14, 2010 4:39:21 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68937
Message:

Main: API to list supported VRDE properties.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/RemoteDesktop/VRDE.h

    r34903 r35105  
    14161416typedef FNVRDECREATESERVER *PFNVRDECREATESERVER;
    14171417
     1418/**
     1419 * List of names of the VRDE properties, which are recognized by the VRDE.
     1420 *
     1421 * @returns pointer to array of pointers to name strings (UTF8).
     1422 */
     1423DECLEXPORT(const char * const *) VRDESupportedProperties (void);
     1424
     1425typedef DECLCALLBACK(const char * const *) FNVRDESUPPORTEDPROPERTIES (void);
     1426typedef FNVRDESUPPORTEDPROPERTIES *PFNVRDESUPPORTEDPROPERTIES;
     1427
    14181428RT_C_DECLS_END
    14191429
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