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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1028 * @param a_pstrVrdeLibrary Where to return the path on success.
1033 HRESULT ExtPack::i_getVrdpLibraryName(Utf8Str *a_pstrVrdeLibrary) argument
1039 a_pstrVrdeLibrary, NULL /*a_pfNative*/, NULL /*a_pObjInfo*/))
2957 * @param a_pstrVrdeLibrary Where to return the path.
2959 int ExtPackManager::i_getVrdeLibraryPathForExtPack(Utf8Str const *a_pstrExtPack, Utf8Str *a_pstrVrdeLibrary) argument
2969 hrc = pExtPack->i_getVrdpLibraryName(a_pstrVrdeLibrary);
2985 * @param a_pstrVrdeLibrary Where to return the path.

Completed in 72 milliseconds