Searched defs:a_ppExtPack (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2401 * @returns S_OK and *a_ppExtPack on success, COM status code and error
2402 * message on failure. Note that *a_ppExtPack can be NULL.
2407 * @param a_ppExtPack Where to store the pointer to the extension
2414 HRESULT ExtPackManager::i_refreshExtPack(const char *a_pszName, bool a_fUnusableIsError, ExtPack **a_ppExtPack) argument
2523 if (a_ppExtPack)
2524 *a_ppExtPack = pExtPack;

Completed in 58 milliseconds