We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc80f9d + 2505a69 commit 0c92f86Copy full SHA for 0c92f86
apis/AppManager/IAppManager.h
@@ -128,7 +128,7 @@ struct EXTERNAL IAppManager : virtual public Core::IUnknown {
128
// @text getInstalledApps
129
// @brief Function fetches the details of all applications currently installed
130
// @param apps A list containing the details of installed applications.
131
- virtual Core::hresult GetInstalledApps(string& apps /* @out */) = 0;
+ virtual Core::hresult GetInstalledApps(string& apps /* @out @opaque */) = 0;
132
133
/** Check the specific application is installed on the system. **/
134
// @text isInstalled
0 commit comments