VirtualBox

Changeset 78479 in vbox


Ignore:
Timestamp:
May 13, 2019 9:14:23 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130514
Message:

winnt/vboxsf: Build fix for new close+remove request code (clang). bugref:9172

File:
1 edited

Legend:

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

    r78467 r78479  
    17901790/** SHFL_FN_CLOSE_AND_REMOVE parameters. */
    17911791typedef struct VBoxSFParmCloseAndRemove
    1792 #ifdef __cplusplus
    1793     : public VBoxSFParmRemove
    1794 #endif
    1795 {
    1796 #ifndef __cplusplus
    1797     VBoxSFParmRemove      Core;
    1798 #endif
     1792{
     1793    /** value32, in: SHFLROOT of the mapping the path is relative to. */
     1794    HGCMFunctionParameter id32Root;
     1795    /** pointer, in: Points to SHFLSTRING buffer. */
     1796    HGCMFunctionParameter pStrPath;
     1797    /** value32, in: SHFL_REMOVE_XXX */
     1798    HGCMFunctionParameter f32Flags;
    17991799    /** value64, in: SHFLHANDLE to the object to be removed & close, optional. */
    18001800    HGCMFunctionParameter u64Handle;
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