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.
1 parent aa10b5f commit 8373c60Copy full SHA for 8373c60
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