Skip to content

Commit 8373c60

Browse files
authored
Update IAppManager.h
1 parent aa10b5f commit 8373c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/AppManager/IAppManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct EXTERNAL IAppManager : virtual public Core::IUnknown {
128128
// @text getInstalledApps
129129
// @brief Function fetches the details of all applications currently installed
130130
// @param apps A list containing the details of installed applications.
131-
virtual Core::hresult GetInstalledApps(string& apps /* @out */) = 0;
131+
virtual Core::hresult GetInstalledApps(string& apps /* @out @opaque */) = 0;
132132

133133
/** Check the specific application is installed on the system. **/
134134
// @text isInstalled

0 commit comments

Comments
 (0)