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

/vbox/src/VBox/Main/include/
H A DExtPackManagerImpl.h144 // wrapped IExtPack properties
157 // wrapped IExtPack methods
216 HRESULT getInstalledExtPacks(std::vector<ComPtr<IExtPack> > &aInstalledExtPacks);
220 ComPtr<IExtPack> &aReturnData);
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1957 HRESULT ExtPackManager::getInstalledExtPacks(std::vector<ComPtr<IExtPack> > &aInstalledExtPacks)
1964 SafeIfaceArray<IExtPack> SaExtPacks(m->llInstalledExtPacks);
1972 HRESULT ExtPackManager::find(const com::Utf8Str &aName, ComPtr<IExtPack> &aReturnData)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h948 struct IExtPack;
1052 typedef struct IExtPack IExtPack; typedef in typeref:struct:IExtPack
6028 /* Start of struct IExtPack Declaration */
6039 IExtPack *pThis,
6046 struct IExtPack struct
6050 /* End of struct IExtPack Declaration */
6091 nsresult (*GetInstalledExtPacks)(IExtPackManager *pThis, PRUint32 *installedExtPacksSize, IExtPack * **installedExtPacks);
6096 IExtPack * * returnData
H A DVBoxCAPI_v4_1.h949 struct IExtPack;
1055 typedef struct IExtPack IExtPack; typedef in typeref:struct:IExtPack
6426 /* Start of struct IExtPack Declaration */
6437 IExtPack *pThis,
6444 struct IExtPack struct
6448 /* End of struct IExtPack Declaration */
6489 nsresult (*GetInstalledExtPacks)(IExtPackManager *pThis, PRUint32 *installedExtPacksSize, IExtPack * **installedExtPacks);
6494 IExtPack * * returnData
H A DVBoxCAPI_v4_2.h957 struct IExtPack;
1073 typedef struct IExtPack IExtPack; typedef in typeref:struct:IExtPack
7390 /* Start of struct IExtPack Declaration */
7401 IExtPack *pThis,
7408 struct IExtPack struct
7412 /* End of struct IExtPack Declaration */
7453 nsresult (*GetInstalledExtPacks)(IExtPackManager *pThis, PRUint32 *installedExtPacksSize, IExtPack * **installedExtPacks);
7458 IExtPack * * returnData
H A DVBoxCAPI_v4_3.h1234 interface IExtPack; variable
1377 typedef interface IExtPack IExtPack; typedef
15288 /* Start of struct IExtPack declaration */
15302 IExtPack *pThis,
15311 nsresult (*QueryInterface)(IExtPack *pThis, const nsID *iid, void **resultp);
15312 nsrefcnt (*AddRef)(IExtPack *pThis);
15313 nsrefcnt (*Release)(IExtPack *pThis);
15314 nsresult (*GetName)(IExtPack *pThis, PRUnichar * *name);
15316 nsresult (*GetDescription)(IExtPack *pThi
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp696 SafeIfaceArray<IExtPack> extPacks;

Completed in 541 milliseconds