VirtualBox

Ignore:
Timestamp:
Apr 15, 2010 2:47:36 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60102
Message:

Main: Added QueryLogFilename for getting the full log file path of an given index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r28290 r28343  
    41444144  <interface
    41454145     name="IMachine" extends="$unknown"
    4146      uuid="21f56f5d-d0fc-49e5-9ea7-91639278f424"
     4146     uuid="fe51e0c8-7e48-4847-95f0-fc8532f3b480"
    41474147     wsmap="managed"
    41484148     >
     
    60036003    </method>
    60046004
     6005    <method name="queryLogFilename">
     6006      <desc>
     6007        Queries for the VM log file name of an given index. Returns an empty
     6008        string if a log file with that index doesn't exists.
     6009      </desc>
     6010      <param name="idx" type="unsigned long" dir="in">
     6011        <desc>
     6012          Which log file name to query. 0=current log file.
     6013        </desc>
     6014      </param>
     6015      <param name="filename" type="wstring" dir="return">
     6016        <desc>
     6017          On return the full path to the log file or an empty string on error.
     6018        </desc>
     6019      </param>
     6020    </method>
     6021
    60056022    <method name="readLog">
    60066023      <desc>
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