VirtualBox

Changeset 34704 in vbox for trunk/src


Ignore:
Timestamp:
Dec 3, 2010 3:19:02 PM (14 years ago)
Author:
vboxsync
Message:

ExtPackManager::InstalledExtPacks: Use the right macro for checking the safearray output param.

File:
1 edited

Legend:

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

    r34579 r34704  
    12851285STDMETHODIMP ExtPackManager::COMGETTER(InstalledExtPacks)(ComSafeArrayOut(IExtPack *, a_paExtPacks))
    12861286{
    1287     CheckComArgSafeArrayNotNull(a_paExtPacks);
     1287    CheckComArgOutSafeArrayPointerValid(a_paExtPacks);
    12881288    Assert(m->enmContext == VBOXEXTPACKCTX_PER_USER_DAEMON);
    12891289
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