VirtualBox

Changeset 102835 in vbox for trunk


Ignore:
Timestamp:
Jan 11, 2024 12:07:34 PM (13 months ago)
Author:
vboxsync
Message:

Guest Control/GuestControlSvc.h: Docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/GuestControlSvc.h

    r102833 r102835  
    110110/**
    111111 * Structure for low level HGCM host callback from
    112  * the guest. No deep copy. */
     112 * the guest. No deep copy.
     113 */
    113114typedef struct VBOXGUESTCTRLHOSTCALLBACK
    114115{
     
    210211    /**
    211212     * Removes a file on the guest.
     213     *
     214     * @since 7.1
    212215     */
    213216    HOST_MSG_FILE_REMOVE = 273,
    214217    /**
    215218     * Opens (creates) a directory on the guest.
     219     *
     220     * @since 7.1
    216221     */
    217222    HOST_MSG_DIR_OPEN = 310,
    218223    /**
    219224     * Closes a directory on the guest.
     225     *
     226     * @since 7.1
    220227     */
    221228    HOST_MSG_DIR_CLOSE = 311,
    222229    /**
    223230     * Reads the next directory entry on the guest.
     231     *
     232     * @since 7.1
    224233     */
    225234    HOST_MSG_DIR_READ = 312,
    226235    /**
    227236     * Rewinds and restarts the directory reading on the guest.
     237     *
     238     * @since 7.1
    228239     */
    229240    HOST_MSG_DIR_REWIND = 313,
    230241    /**
    231242     * Creates a directory on the guest.
     243     *
     244     * @since 7.1
    232245     */
    233246    HOST_MSG_DIR_CREATE = 314,
     
    235248     * Lists one or multiple directory entries at once.
    236249     *
    237      * @since   7.1
     250     * @since 7.1
    238251     */
    239252    HOST_MSG_DIR_LIST = 315,
     
    262275    /**
    263276     * Retrieves information about a file system object.
     277     *
     278     * @since 7.1
    264279     */
    265280    HOST_MSG_FS_OBJ_QUERY_INFO = 334,
    266281    /**
    267282     * Creates a temporary file or directory.
     283     *
     284     * @since 7.1
    268285     */
    269286    HOST_MSG_FS_CREATE_TEMP = 335,
    270287    /**
    271288     * Retrieves information about a guest file system.
     289     *
     290     * @since 7.1
    272291     */
    273292    HOST_MSG_FS_QUERY_INFO = 336,
     
    276295     * Retrieves the currently accessible mount points from the guest.
    277296     *
    278      * @since   7.1
     297     * @since 7.1
    279298     */
    280299    HOST_MSG_MOUNT_POINTS = 337,
     
    11561175#endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */
    11571176
     1177/**
     1178 * Renames a path on the guest.
     1179 */
    11581180typedef struct HGCMMsgPathRename
    11591181{
     
    11691191} HGCMMsgPathRename;
    11701192
     1193/**
     1194 * Retrieves the user's personal documents directory from the guest.
     1195 */
    11711196typedef struct HGCMMsgPathUserDocuments
    11721197{
     
    11761201} HGCMMsgPathUserDocuments;
    11771202
     1203/**
     1204 * Retrieves the user's home directory from the guest.
     1205 */
    11781206typedef struct HGCMMsgPathUserHome
    11791207{
     
    15431571******************************************************************************/
    15441572
     1573/**
     1574 * Reply from a guest file operation.
     1575 */
    15451576typedef struct HGCMReplyFileNotify
    15461577{
     
    15991630} HGCMReplyFileNotify;
    16001631
     1632/**
     1633 * Reply from a guest directory operation.
     1634 */
    16011635typedef struct HGCMReplyDirNotify
    16021636{
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