Changeset 45566 in vbox
- Timestamp:
- Apr 16, 2013 11:41:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45565 r45566 9578 9578 </const> 9579 9579 <const name="Broken" value="1"> 9580 <desc> TODO</desc>9580 <desc>Input pipe is broken.</desc> 9581 9581 </const> 9582 9582 <const name="Available" value="10"> 9583 <desc> TODO</desc>9583 <desc>Input pipe became available for writing.</desc> 9584 9584 </const> 9585 9585 <const name="Written" value="50"> 9586 <desc> TODO</desc>9586 <desc>Data has been successfully written.</desc> 9587 9587 </const> 9588 9588 <const name="Overflow" value="100"> 9589 <desc>T ODO</desc>9589 <desc>Too much input data supplied, data overflow.</desc> 9590 9590 </const> 9591 9591 </enum> … … 9603 9603 </const> 9604 9604 <const name="Opening" value="10"> 9605 <desc> TODO</desc>9605 <desc>Guest file is opening.</desc> 9606 9606 </const> 9607 9607 <const name="Open" value="100"> 9608 <desc> TODO</desc>9608 <desc>Guest file has been successfully opened.</desc> 9609 9609 </const> 9610 9610 <const name="Closing" value="150"> 9611 <desc> TODO</desc>9611 <desc>Guest file closing.</desc> 9612 9612 </const> 9613 9613 <const name="Closed" value="200"> 9614 <desc> TODO</desc>9614 <desc>Guest file has been closed.</desc> 9615 9615 </const> 9616 9616 <const name="Down" value="600"> 9617 <desc> TODO</desc>9617 <desc>Service/OS is stopping, guest file was closed.</desc> 9618 9618 </const> 9619 9619 <const name="Error" value="800"> … … 9705 9705 > 9706 9706 <desc> 9707 TODO 9707 The IGuestErrorInfo interface represents extended error information which 9708 happened while performing an operation on the guest. 9708 9709 </desc> 9709 9710 9710 9711 <attribute name="result" type="long" readonly="yes"> 9711 <desc>TODO</desc> 9712 <desc>Runtime (IPRT) error code. See include/iprt/err.h and include/VBox/err.h 9713 for details.</desc> 9712 9714 </attribute> 9713 9715 9714 9716 <attribute name="text" type="wstring" readonly="yes"> 9715 <desc>T ODO</desc>9717 <desc>Text description of the error.</desc> 9716 9718 </attribute> 9717 9719 … … 10865 10867 <attribute name="status" type="FileStatus" readonly="yes"> 10866 10868 <desc> 10867 TODO10869 Current file status. 10868 10870 </desc> 10869 10871 </attribute> … … 18999 19001 <const name="OnGuestSessionStateChanged" value="80"> 19000 19002 <desc> 19001 TODO19003 See <link to="IGuestSessionStateChangedEvent">IGuestSessionStateChangedEvent</link>. 19002 19004 </desc> 19003 19005 </const> 19004 19006 <const name="OnGuestSessionRegistered" value="81"> 19005 19007 <desc> 19006 TODO19008 See <link to="IGuestSessionRegisteredEvent">IGuestSessionRegisteredEvent</link>. 19007 19009 </desc> 19008 19010 </const> 19009 19011 <const name="OnGuestProcessRegistered" value="82"> 19010 19012 <desc> 19011 TODO19013 See <link to="IGuestProcessRegisteredEvent">IGuestProcessRegisteredEvent</link>. 19012 19014 </desc> 19013 19015 </const> 19014 19016 <const name="OnGuestProcessStateChanged" value="83"> 19015 19017 <desc> 19016 TODO19018 See <link to="IGuestProcessStateChangedEvent">IGuestProcessStateChangedEvent</link>. 19017 19019 </desc> 19018 19020 </const> 19019 19021 <const name="OnGuestProcessInputNotify" value="84"> 19020 19022 <desc> 19021 TODO19023 See <link to="IGuestProcessInputNotifyEvent">IGuestProcessInputNotifyEvent</link>. 19022 19024 </desc> 19023 19025 </const> 19024 19026 <const name="OnGuestProcessOutput" value="85"> 19025 19027 <desc> 19026 TODO19028 See <link to="IGuestProcessOutputEvent">IGuestProcessOutputEvent</link>. 19027 19029 </desc> 19028 19030 </const> 19029 19031 <const name="OnGuestFileRegistered" value="86"> 19030 19032 <desc> 19031 TODO19033 See <link to="IGuestFileRegisteredEvent">IGuestFileRegisteredEvent</link>. 19032 19034 </desc> 19033 19035 </const> 19034 19036 <const name="OnGuestFileStateChanged" value="87"> 19035 19037 <desc> 19036 TODO19038 See <link to="IGuestFileStateChangedEvent">IGuestFileStateChangedEvent</link>. 19037 19039 </desc> 19038 19040 </const> 19039 19041 <const name="OnGuestFileOffsetChanged" value="88"> 19040 19042 <desc> 19041 TODO19043 See <link to="IGuestFileOffsetChangedEvent">IGuestFileOffsetChangedEvent</link>. 19042 19044 </desc> 19043 19045 </const> 19044 19046 <const name="OnGuestFileRead" value="89"> 19045 19047 <desc> 19046 For performance reasons ... TODO 19048 See <link to="IGuestFileReadEvent">IGuestFileReadEvent</link>. 19049 19050 <note internal="yes">For performance reasons this is a separate event to 19051 not unnecessarily overflow the event queue.</note> 19047 19052 </desc> 19048 19053 </const> 19049 19054 <const name="OnGuestFileWrite" value="90"> 19050 19055 <desc> 19051 For performance reasons ... TODO 19056 See <link to="IGuestFileWriteEvent">IGuestFileWriteEvent</link>. 19057 19058 <note internal="yes">For performance reasons this is a separate event to 19059 not unnecessarily overflow the event queue.</note> 19052 19060 </desc> 19053 19061 </const> … … 19944 19952 > 19945 19953 <desc> 19946 TODO19954 Notification when a guest session changed its state. 19947 19955 </desc> 19948 19956 19949 19957 <attribute name="id" type="unsigned long" readonly="yes"> 19950 19958 <desc> 19951 TODO19959 Session ID of guest session which was changed. 19952 19960 </desc> 19953 19961 </attribute> 19954 19962 <attribute name="status" type="GuestSessionStatus" readonly="yes"> 19955 19963 <desc> 19956 TODO19964 New session status. 19957 19965 </desc> 19958 19966 </attribute> 19959 19967 <attribute name="error" type="IGuestErrorInfo" readonly="yes"> 19960 19968 <desc> 19961 TODO 19969 Extended guest error information in case of new session 19970 status is indicating an error. 19962 19971 </desc> 19963 19972 </attribute> … … 19971 19980 > 19972 19981 <desc> 19973 TODO19982 Notification when a guest session was registered or unregistered. 19974 19983 </desc> 19975 19984 19976 19985 <attribute name="registered" type="boolean" readonly="yes"> 19977 19986 <desc> 19978 TODO 19987 If @c true, the guest session was registered, otherwise it was 19988 unregistered. 19979 19989 </desc> 19980 19990 </attribute> … … 19991 20001 <attribute name="process" type="IGuestProcess" readonly="yes"> 19992 20002 <desc> 19993 TODO20003 Guest process object which is related to this event. 19994 20004 </desc> 19995 20005 </attribute> 19996 20006 <attribute name="pid" type="unsigned long" readonly="yes"> 19997 20007 <desc> 19998 TODO20008 Guest process ID (PID). 19999 20009 </desc> 20000 20010 </attribute> … … 20008 20018 > 20009 20019 <desc> 20010 TODO20020 Notification when a guest process was registered or unregistered. 20011 20021 </desc> 20012 20022 20013 20023 <attribute name="registered" type="boolean" readonly="yes"> 20014 20024 <desc> 20015 TODO 20025 If @c true, the guest process was registered, otherwise it was 20026 unregistered. 20016 20027 </desc> 20017 20028 </attribute> … … 20025 20036 > 20026 20037 <desc> 20027 TODO20038 Notification when a guest process changed its state. 20028 20039 </desc> 20029 20040 20030 20041 <attribute name="status" type="ProcessStatus" readonly="yes"> 20031 20042 <desc> 20032 TODO20043 New guest process status. 20033 20044 </desc> 20034 20045 </attribute> 20035 20046 <attribute name="error" type="IGuestErrorInfo" readonly="yes"> 20036 20047 <desc> 20037 TODO 20048 Extended guest error information in case of new process 20049 status is indicating an error. 20038 20050 </desc> 20039 20051 </attribute> … … 20052 20064 <attribute name="handle" type="unsigned long" readonly="yes"> 20053 20065 <desc> 20054 TODO 20066 Input/output (IO) handle involved in this event. Usually 0 is stdin, 20067 1 is stdout and 2 is stderr. 20055 20068 </desc> 20056 20069 </attribute> … … 20058 20071 <attribute name="processed" type="unsigned long" readonly="yes"> 20059 20072 <desc> 20060 TODO20073 Processed input or output (in bytes). 20061 20074 </desc> 20062 20075 </attribute> … … 20070 20083 > 20071 20084 <desc> 20072 TODO 20085 Notification when a guest process' stdin became available. 20086 <note>This event is right now not implemented!</note> 20073 20087 </desc> 20074 20088 20075 20089 <attribute name="status" type="ProcessInputStatus" readonly="yes"> 20076 20090 <desc> 20077 TODO20091 Current process input status. 20078 20092 </desc> 20079 20093 </attribute> … … 20087 20101 > 20088 20102 <desc> 20089 TODO20103 Notification when there is guest process output available for reading. 20090 20104 </desc> 20091 20105 20092 20106 <attribute name="data" type="octet" safearray="yes" readonly="yes"> 20093 20107 <desc> 20094 TODO20108 Actual output data. 20095 20109 </desc> 20096 20110 </attribute> … … 20107 20121 <attribute name="file" type="IGuestFile" readonly="yes"> 20108 20122 <desc> 20109 TODO20123 Guest file object which is related to this event. 20110 20124 </desc> 20111 20125 </attribute> … … 20119 20133 > 20120 20134 <desc> 20121 TODO20135 Notification when a guest file was registered or unregistered. 20122 20136 </desc> 20123 20137 20124 20138 <attribute name="registered" type="boolean" readonly="yes"> 20125 20139 <desc> 20126 TODO 20140 If @c true, the guest file was registered, otherwise it was 20141 unregistered. 20127 20142 </desc> 20128 20143 </attribute> … … 20136 20151 > 20137 20152 <desc> 20138 TODO20153 Notification when a guest file changed its state. 20139 20154 </desc> 20140 20155 20141 20156 <attribute name="status" type="FileStatus" readonly="yes"> 20142 20157 <desc> 20143 TODO20158 New guest file status. 20144 20159 </desc> 20145 20160 </attribute> 20146 20161 <attribute name="error" type="IGuestErrorInfo" readonly="yes"> 20147 20162 <desc> 20148 TODO 20163 Extended guest error information in case of new file 20164 status is indicating an error. 20149 20165 </desc> 20150 20166 </attribute> … … 20166 20182 <attribute name="offset" type="long long" readonly="yes"> 20167 20183 <desc> 20168 TODO20184 Current offset (in bytes). 20169 20185 </desc> 20170 20186 </attribute> 20171 20187 <attribute name="processed" type="unsigned long" readonly="yes"> 20172 20188 <desc> 20173 TODO 20174 </desc> 20175 20189 Processed input or output (in bytes). 20190 </desc> 20176 20191 </attribute> 20177 20192 … … 20184 20199 > 20185 20200 <desc> 20186 TODO20201 Notification when a guest file changed its current offset. 20187 20202 </desc> 20188 20203 … … 20195 20210 > 20196 20211 <desc> 20197 TODO20212 Notification when data has been read from a guest file. 20198 20213 </desc> 20199 20214 20200 20215 <attribute name="data" type="octet" safearray="yes" readonly="yes"> 20201 20216 <desc> 20202 TODO20217 Actual data read. 20203 20218 </desc> 20204 20219 </attribute> … … 20212 20227 > 20213 20228 <desc> 20214 TODO20229 Notification when data has been written to a guest file. 20215 20230 </desc> 20216 20231
Note:
See TracChangeset
for help on using the changeset viewer.