From: Austin English <austinenglish@gmail.com>
Subject: include/setupapi: add AppData/LocalAppData dirids (1/2)
Message-Id: <CACC5Q1fx8s7ggdTDp8eX747oiYb=RK2GKzSe5LCPQBQDWUOvAg@mail.gmail.com>
Date: Tue, 18 Mar 2014 12:53:00 -0700

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

(but not in the Windows 7 SDK or MSDN)

-- 
-Austin

<div dir="ltr">They are documented at <a href="http://www.wincert.net/forum/topic/6740-expanded-dirids/">http://www.wincert.net/forum/topic/6740-expanded-dirids/</a><br clear="all"><div><br></div><div>(but not in the Windows 7 SDK or MSDN)<br>

<br></div><div>-- <br>-Austin
</div></div>

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