include/setupapi: add AppData/LocalAppData dirids (1/2)

Austin English austinenglish at gmail.com
Tue Mar 18 14:53:00 CDT 2014


They are documented at
http://www.wincert.net/forum/topic/6740-expanded-dirids/

(but not in the Windows 7 SDK or MSDN)

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140318/652c5d67/attachment.html>
-------------- next part --------------
diff --git a/include/setupapi.h b/include/setupapi.h
index 0d6911d..8f13452 100644
--- a/include/setupapi.h
+++ b/include/setupapi.h
@@ -1137,6 +1137,8 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_INF_SIGNER_INFO)
 #define DIRID_COMMON_PROGRAMS         16407
 #define DIRID_COMMON_STARTUP          16408
 #define DIRID_COMMON_DESKTOPDIRECTORY 16409
+#define DIRID_APPDATA                 16410
+#define DIRID_LOCAL_APPDATA           16412
 #define DIRID_COMMON_FAVORITES        16415
 #define DIRID_COMMON_APPDATA          16419
 #define DIRID_PROGRAM_FILES           16422


More information about the wine-patches mailing list