VirtualBox

忽略:
時間撮記:
2008-12-5 下午05:20:00 (16 年 以前)
作者:
vboxsync
訊息:

Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on WIn32 vs (const PRunichar) * on XPCOM clash. Cleaned up BSTR/GUID macros (IN_BSTR replaces INPTR BSTR, IN_GUID replaces INPTR GUIDPARAM, OUT_GUID replaces GUIDPARAMOUT).

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/MachineDebuggerImpl.cpp

    r14972 r15051  
    688688 * @param   aPattern            The selection pattern. A bit similar to filename globbing.
    689689 */
    690 STDMETHODIMP MachineDebugger::ResetStats (INPTR BSTR aPattern)
     690STDMETHODIMP MachineDebugger::ResetStats (IN_BSTR aPattern)
    691691{
    692692    Console::SafeVMPtrQuiet pVM (mParent);
     
    704704 * @param   aPattern            The selection pattern. A bit similar to filename globbing.
    705705 */
    706 STDMETHODIMP MachineDebugger::DumpStats (INPTR BSTR aPattern)
     706STDMETHODIMP MachineDebugger::DumpStats (IN_BSTR aPattern)
    707707{
    708708    Console::SafeVMPtrQuiet pVM (mParent);
     
    722722 * @param   aStats              The XML document containing the statistics.
    723723 */
    724 STDMETHODIMP MachineDebugger::GetStats (INPTR BSTR aPattern, BOOL aWithDescriptions, BSTR *aStats)
     724STDMETHODIMP MachineDebugger::GetStats (IN_BSTR aPattern, BOOL aWithDescriptions, BSTR *aStats)
    725725{
    726726    Console::SafeVMPtrQuiet pVM (mParent);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette