VirtualBox

Changeset 34845 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 8, 2010 5:43:25 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68658
Message:

iprt: Added RTManifestEntryExists.

File:
1 edited

Legend:

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

    r34535 r34845  
    269269
    270270/**
     271 * Checks if there is a manifest entry by the given name.
     272 *
     273 * @returns true if there is, false if not or if the handle is invalid.
     274 * @param   hManifest           The manifest handle.
     275 * @param   pszEntry            The entry name.
     276 */
     277RTDECL(bool) RTManifestEntryExists(RTMANIFEST hManifest, const char *pszEntry);
     278
     279/**
    271280 * Reads in a "standard" manifest.
    272281 *
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