From: Austin English Subject: include/setupapi: add AppData/LocalAppData dirids (1/2) Message-Id: 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
They are documented at http://www.wincert.net/forum/topic/6740-expanded-dirids/

(but not in the Windows 7 SDK or MSDN)

--
-Austin
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