Lines Matching refs:ExtPackFile

90 struct ExtPackFile::Data : public ExtPackBaseData
179 ComPtr<ExtPackFile> ptrExtPackFile;
212 DEFINE_EMPTY_CTOR_DTOR(ExtPackFile)
221 HRESULT ExtPackFile::FinalConstruct()
236 HRESULT ExtPackFile::initWithFile(const char *a_pszFile, const char *a_pszDigest, ExtPackManager *a_pExtPackMgr,
245 m = new ExtPackFile::Data;
332 HRESULT ExtPackFile::initFailed(const char *a_pszWhyFmt, ...)
344 void ExtPackFile::FinalRelease()
353 void ExtPackFile::uninit()
370 HRESULT ExtPackFile::getName(com::Utf8Str &aName)
376 HRESULT ExtPackFile::getDescription(com::Utf8Str &aDescription)
382 HRESULT ExtPackFile::getVersion(com::Utf8Str &aVersion)
388 HRESULT ExtPackFile::getEdition(com::Utf8Str &aEdition)
394 HRESULT ExtPackFile::getRevision(ULONG *aRevision)
400 HRESULT ExtPackFile::getVRDEModule(com::Utf8Str &aVRDEModule)
406 HRESULT ExtPackFile::getPlugIns(std::vector<ComPtr<IExtPackPlugIn> > &aPlugIns)
416 HRESULT ExtPackFile::getUsable(BOOL *aUsable)
422 HRESULT ExtPackFile::getWhyUnusable(com::Utf8Str &aWhyUnusable)
428 HRESULT ExtPackFile::getShowLicense(BOOL *aShowLicense)
434 HRESULT ExtPackFile::getLicense(com::Utf8Str &aLicense)
442 HRESULT ExtPackFile::queryLicense(const com::Utf8Str &aPreferredLocale, const com::Utf8Str &aPreferredLanguage,
581 HRESULT ExtPackFile::getFilePath(com::Utf8Str &aFilePath)
588 HRESULT ExtPackFile::install(BOOL aReplace, const com::Utf8Str &aDisplayInfo, ComPtr<IProgress> &aProgress)
2008 ComObjPtr<ExtPackFile> NewExtPackFile;
2560 HRESULT ExtPackManager::i_doInstall(ExtPackFile *a_pExtPackFile, bool a_fReplace, Utf8Str const *a_pstrDisplayInfo)