VirtualBox

Ignore:
Timestamp:
Apr 11, 2018 12:37:42 PM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r71817 r71824  
    150150protected:
    151151
     152    /** Source to copy from. */
    152153    Utf8Str mSource;
     154    /** Destination to copy to. */
    153155    Utf8Str mDest;
     156    /** Filter (wildcard-style) when copying directories. */
    154157    Utf8Str mFilter;
    155158
    156159    union
    157160    {
     161        /** Directory-specific data. */
    158162        struct
    159163        {
     164            /** Directory copy flags. */
    160165            DirectoryCopyFlag_T fCopyFlags;
    161166        } Dir;
     167        /** File-specific data. */
    162168        struct
    163169        {
     170            /** File copy flags. */
    164171            FileCopyFlag_T      fCopyFlags;
     172            /** Host file handle to use for reading from / writing to.
     173             *  Optional and can be NULL if not used. */
    165174            PRTFILE             phFile;
     175            /** Source file offset to start copying from. */
    166176            size_t              offStart;
     177            /** Source size (in bytes) to copy. */
    167178            uint64_t            cbSize;
    168179        } File;
     
    301312
    302313    /** Files to handle. */
    303     std::vector<ISOFile> mFiles;
     314    std::vector<ISOFile>        mFiles;
    304315    /** The (optionally) specified Guest Additions .ISO on the host
    305316     *  which will be used for the updating process. */
    306     Utf8Str                    mSource;
     317    Utf8Str                     mSource;
    307318    /** (Optional) installer command line arguments. */
    308     ProcessArguments           mArguments;
     319    ProcessArguments            mArguments;
    309320    /** Update flags. */
    310     uint32_t                   mFlags;
     321    uint32_t                    mFlags;
    311322};
    312323#endif /* !____H_GUESTSESSIONIMPL_TASKS */
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