Searched refs:IExtPackFile (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/include/
H A DExtPackManagerImpl.h54 // wrapped IExtPackFile properties
68 // wrapped IExtPackFile methods
222 ComPtr<IExtPackFile> &aFile);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMisc.cpp1147 ComPtr<IExtPackFile> ptrExtPackFile;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h949 struct IExtPackFile;
1053 typedef struct IExtPackFile IExtPackFile; typedef in typeref:struct:IExtPackFile
6053 /* Start of struct IExtPackFile Declaration */
6063 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath);
6066 IExtPackFile *pThis,
6074 struct IExtPackFile struct
6078 /* End of struct IExtPackFile Declaration */
6102 IExtPackFile * * file
H A DVBoxCAPI_v4_1.h950 struct IExtPackFile;
1056 typedef struct IExtPackFile IExtPackFile; typedef in typeref:struct:IExtPackFile
6451 /* Start of struct IExtPackFile Declaration */
6461 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath);
6464 IExtPackFile *pThis,
6472 struct IExtPackFile struct
6476 /* End of struct IExtPackFile Declaration */
6500 IExtPackFile * * file
H A DVBoxCAPI_v4_2.h958 struct IExtPackFile;
1074 typedef struct IExtPackFile IExtPackFile; typedef in typeref:struct:IExtPackFile
7415 /* Start of struct IExtPackFile Declaration */
7425 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath);
7428 IExtPackFile *pThis,
7436 struct IExtPackFile struct
7440 /* End of struct IExtPackFile Declaration */
7464 IExtPackFile * * file
H A DVBoxCAPI_v4_3.h1235 interface IExtPackFile; variable
1378 typedef interface IExtPackFile IExtPackFile; typedef
15391 /* Start of struct IExtPackFile declaration */
15404 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath);
15407 IExtPackFile *pThis,
15417 nsresult (*QueryInterface)(IExtPackFile *pThis, const nsID *iid, void **resultp);
15418 nsrefcnt (*AddRef)(IExtPackFile *pThis);
15419 nsrefcnt (*Release)(IExtPackFile *pThis);
15420 nsresult (*GetName)(IExtPackFile *pThi
[all...]
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp610 static_cast<IExtPackFile *>(this),
1989 HRESULT ExtPackManager::openExtPackFile(const com::Utf8Str &aPath, ComPtr<IExtPackFile> &aFile)
2547 * Worker for IExtPackFile::Install.

Completed in 3896 milliseconds