VirtualBox

Ignore:
Timestamp:
Dec 5, 2008 5:20:00 PM (16 years ago)
Author:
vboxsync
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostFloppyDriveImpl.cpp

    r14972 r15051  
    5050 * @return COM result indicator.
    5151 */
    52 HRESULT HostFloppyDrive::init (INPTR BSTR aName,
    53                                INPTR BSTR aUdi /* = NULL */,
    54                                INPTR BSTR aDescription /* = NULL */)
     52HRESULT HostFloppyDrive::init (IN_BSTR aName,
     53                               IN_BSTR aUdi /* = NULL */,
     54                               IN_BSTR aDescription /* = NULL */)
    5555{
    5656    ComAssertRet (aName, E_INVALIDARG);
Note: See TracChangeset for help on using the changeset viewer.

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