James Hawkins : setupapi: Add definitions for the SetupGetInfInformation search flags.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 31 06:04:26 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 95d17daf006196fbae5cf564e81a4dc82d4341c6
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=95d17daf006196fbae5cf564e81a4dc82d4341c6

Author: James Hawkins <truiken at gmail.com>
Date:   Tue Jan 31 12:22:38 2006 +0100

setupapi: Add definitions for the SetupGetInfInformation search flags.

---

 include/setupapi.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/setupapi.h b/include/setupapi.h
index ce3bde0..3b8911c 100644
--- a/include/setupapi.h
+++ b/include/setupapi.h
@@ -684,6 +684,12 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PFILEPATHS
 #define IDF_NOFOREGROUND 0x00000400
 #define IDF_WARNIFSKIP   0x00000800
 
+#define INFINFO_INF_SPEC_IS_HINF        1
+#define INFINFO_INF_NAME_IS_ABSOLUTE    2
+#define INFINFO_DEFAULT_SEARCH          3
+#define INFINFO_REVERSE_DEFAULT_SEARCH  4
+#define INFINFO_INF_PATH_LIST_SEARCH    5
+
 LONG     WINAPI AddTagToGroupOrderList(PCWSTR lpGroupName, DWORD dwUnknown2, DWORD dwUnknown3);
 DWORD    WINAPI CaptureAndConvertAnsiArg(PCSTR lpSrc, PWSTR *lpDst);
 DWORD    WINAPI CaptureStringArg(PCWSTR lpSrc, PWSTR *lpDst);




More information about the wine-cvs mailing list