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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1053 * @param a_pstrLibrary Where to return the path on success.
1058 HRESULT ExtPack::i_getLibraryName(const char *a_pszModuleName, Utf8Str *a_pstrLibrary) argument
1062 a_pstrLibrary, NULL /*a_pfNative*/, NULL /*a_pObjInfo*/))
2988 Utf8Str *a_pstrLibrary)
2998 hrc = pExtPack->i_getLibraryName(a_pszModuleName, a_pstrLibrary);
2987 i_getLibraryPathForExtPack(const char *a_pszModuleName, Utf8Str const *a_pstrExtPack, Utf8Str *a_pstrLibrary) argument

Completed in 41 milliseconds