VirtualBox

Changeset 17019 in vbox for trunk/include/iprt/ldr.h


Ignore:
Timestamp:
Feb 23, 2009 1:34:39 PM (16 years ago)
Author:
vboxsync
Message:

RTLdrIsLoadable: docs, leave validation to RTLdrLoad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r17010 r17019  
    5050RTDECL(const char *) RTLdrGetSuff(void);
    5151
    52 RTDECL(bool) RTLdrIsLoadable(const char *pszName);
     52/**
     53 * Checks if a library is loadable or not.
     54 *
     55 * This may attempt load and unload the library.
     56 *
     57 * @returns true/false accordingly.
     58 * @param   pszFilename     Image filename.
     59 */
     60RTDECL(bool) RTLdrIsLoadable(const char *pszFilename);
    5361
    5462/**
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