Searched refs:phManifest (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dmanifest.h66 * @param phManifest Where to return the handle to the manifest.
68 RTDECL(int) RTManifestCreate(uint32_t fFlags, PRTMANIFEST phManifest);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp188 * @param phManifest Where to return the handle to the manifest.
190 RTDECL(int) RTManifestCreate(uint32_t fFlags, PRTMANIFEST phManifest) argument
193 AssertPtr(phManifest);
210 *phManifest = pThis;

Completed in 47 milliseconds