aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/winshobjidl_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-09-15 16:10:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-27 16:19:38 +0200
commite07e1931ac3d2e270d7696f631aba39ea54ba3c4 (patch)
treeb32968211ede665aecfd2721565b08f9825b5a35 /src/winextras/winshobjidl_p.h
parent08872e2e5759898ee08311b8882a865b9ecd53a4 (diff)
Add QWinJumpList::identifier
Change-Id: I38576256f2f90f9528a7210537255e35e4c598a9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/winextras/winshobjidl_p.h')
-rw-r--r--src/winextras/winshobjidl_p.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/winextras/winshobjidl_p.h b/src/winextras/winshobjidl_p.h
index f0f8857..29d27aa 100644
--- a/src/winextras/winshobjidl_p.h
+++ b/src/winextras/winshobjidl_p.h
@@ -242,4 +242,16 @@ public:
#endif
+#if (defined _MSC_VER && _MSC_VER < 1600) || defined(Q_CC_MINGW)
+
+typedef struct SHARDAPPIDINFOLINK
+{
+ IShellLink *psl; // An IShellLink instance that when launched opens a recently used item in the specified
+ // application. This link is not added to the recent docs folder, but will be added to the
+ // specified application's destination list.
+ PCWSTR pszAppID; // The id of the application that should be associated with this recent doc.
+} SHARDAPPIDINFOLINK;
+
+#endif
+
#endif // ITASKBARLIST_H