VirtualBox

Changeset 45076 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Mar 18, 2013 8:07:37 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84358
Message:

GuestCtrl: *_NOTFIY_* -> *_NOTIFY_*.

File:
1 edited

Legend:

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

    r45011 r45076  
    899899 */
    900900
    901 typedef struct CALLBACKPAYLOAD_FILE_NOTFIY_OPEN
     901typedef struct CALLBACKPAYLOAD_FILE_NOTIFY_OPEN
    902902{
    903903    /** IPRT result of overall operation. */
     
    905905    /** File handle on successful opening. */
    906906    uint32_t uHandle;
    907 } CALLBACKPAYLOAD_FILE_NOTFIY_OPEN, *PCALLBACKPAYLOAD_FILE_NOTFIY_OPEN;
    908 
    909 typedef struct CALLBACKPAYLOAD_FILE_NOTFIY_CLOSE
     907} CALLBACKPAYLOAD_FILE_NOTIFY_OPEN, *PCALLBACKPAYLOAD_FILE_NOTIFY_OPEN;
     908
     909typedef struct CALLBACKPAYLOAD_FILE_NOTIFY_CLOSE
    910910{
    911911    /** IPRT result of overall operation. */
    912912    int32_t rc;
    913 } CALLBACKPAYLOAD_FILE_NOTFIY_CLOSE, *PCALLBACKPAYLOAD_FILE_NOTFIY_CLOSE;
    914 
    915 typedef struct CALLBACKPAYLOAD_FILE_NOTFIY_READ
     913} CALLBACKPAYLOAD_FILE_NOTIFY_CLOSE, *PCALLBACKPAYLOAD_FILE_NOTIFY_CLOSE;
     914
     915typedef struct CALLBACKPAYLOAD_FILE_NOTIFY_READ
    916916{
    917917    /** IPRT result of overall operation. */
     
    921921    /** Actual data read (if any). */
    922922    void *pvData;
    923 } CALLBACKPAYLOAD_FILE_NOTFIY_READ, *PCALLBACKPAYLOAD_FILE_NOTFIY_READ;
    924 
    925 typedef struct CALLBACKPAYLOAD_FILE_NOTFIY_WRITE
     923} CALLBACKPAYLOAD_FILE_NOTIFY_READ, *PCALLBACKPAYLOAD_FILE_NOTIFY_READ;
     924
     925typedef struct CALLBACKPAYLOAD_FILE_NOTIFY_WRITE
    926926{
    927927    /** IPRT result of overall operation. */
     
    929929    /** How much data (in bytes) have been successfully written. */
    930930    uint32_t cbWritten;
    931 } CALLBACKPAYLOAD_FILE_NOTFIY_WRITE, *PCALLBACKPAYLOAD_FILE_NOTFIY_WRITE;
     931} CALLBACKPAYLOAD_FILE_NOTIFY_WRITE, *PCALLBACKPAYLOAD_FILE_NOTIFY_WRITE;
    932932
    933933typedef struct CALLBACKPAYLOAD_FILE_NOTFIY_SEEK
     
    937937    /** New file offset after successful seek. */
    938938    uint64_t uOffActual;
    939 } CALLBACKPAYLOAD_FILE_NOTFIY_SEEK, *PCALLBACKPAYLOAD_FILE_NOTFIY_SEEK;
     939} CALLBACKPAYLOAD_FILE_NOTFIY_SEEK, *PCALLBACKPAYLOAD_FILE_NOTIFY_SEEK;
    940940
    941941typedef struct CALLBACKPAYLOAD_FILE_NOTFIY_TELL
     
    945945    /** Current file offset after successful tell. */
    946946    uint64_t uOffActual;
    947 } CALLBACKPAYLOAD_FILE_NOTFIY_TELL, *PCALLBACKPAYLOAD_FILE_NOTFIY_TELL;
     947} CALLBACKPAYLOAD_FILE_NOTFIY_TELL, *PCALLBACKPAYLOAD_FILE_NOTIFY_TELL;
    948948
    949949} /* namespace guestControl */
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