Changeset 34845 in vbox for trunk/include/iprt
- Timestamp:
- Dec 8, 2010 5:43:25 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/manifest.h
r34535 r34845 269 269 270 270 /** 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 */ 277 RTDECL(bool) RTManifestEntryExists(RTMANIFEST hManifest, const char *pszEntry); 278 279 /** 271 280 * Reads in a "standard" manifest. 272 281 *
Note:
See TracChangeset
for help on using the changeset viewer.