Changeset 35105 in vbox for trunk/include/VBox
- Timestamp:
- Dec 14, 2010 4:39:21 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/RemoteDesktop/VRDE.h
r34903 r35105 1416 1416 typedef FNVRDECREATESERVER *PFNVRDECREATESERVER; 1417 1417 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 */ 1423 DECLEXPORT(const char * const *) VRDESupportedProperties (void); 1424 1425 typedef DECLCALLBACK(const char * const *) FNVRDESUPPORTEDPROPERTIES (void); 1426 typedef FNVRDESUPPORTEDPROPERTIES *PFNVRDESUPPORTEDPROPERTIES; 1427 1418 1428 RT_C_DECLS_END 1419 1429
Note:
See TracChangeset
for help on using the changeset viewer.