Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
2a198838
Commit
2a198838
authored
Jun 10, 2005
by
Matthew Davison
Committed by
Alexandre Julliard
Jun 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some definitions to setupapi.
parent
50d1e4f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
setupapi.h
include/setupapi.h
+23
-0
No files found.
include/setupapi.h
View file @
2a198838
...
...
@@ -664,6 +664,20 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PFILEPATHS)
#define SPDRP_INSTALL_STATE 0x00000022
#define SPDRP_MAXIMUM_PROPERTY 0x00000023
#define DPROMPT_SUCCESS 0
#define DPROMPT_CANCEL 1
#define DPROMPT_SKIPFILE 2
#define DPROMPT_BUFFERTOSMALL 3
#define DPROMPT_OUTOFMEMORY 4
#define IDF_NOBROWSE 0x00000001
#define IDF_NOSKIP 0x00000002
#define IDF_NODETAILS 0x00000004
#define IDF_NOCOMPRESSED 0x00000008
#define IDF_CHECKFIRST 0x00000100
#define IDF_NOBEEP 0x00000200
#define IDF_NOFOREGROUND 0x00000400
#define IDF_WARNIFSKIP 0x00000800
LONG
WINAPI
AddTagToGroupOrderList
(
PCWSTR
lpGroupName
,
DWORD
dwUnknown2
,
DWORD
dwUnknown3
);
DWORD
WINAPI
CaptureAndConvertAnsiArg
(
PCSTR
lpSrc
,
PWSTR
*
lpDst
);
...
...
@@ -689,9 +703,15 @@ void WINAPI SetupCloseInfFile( HINF hinf );
BOOL
WINAPI
SetupCommitFileQueueA
(
HWND
,
HSPFILEQ
,
PSP_FILE_CALLBACK_A
,
PVOID
);
BOOL
WINAPI
SetupCommitFileQueueW
(
HWND
,
HSPFILEQ
,
PSP_FILE_CALLBACK_W
,
PVOID
);
#define SetupCommitFileQueue WINELIB_NAME_AW(SetupCommitFileQueue)
UINT
WINAPI
SetupCopyErrorA
(
HWND
,
PCSTR
,
PCSTR
,
PCSTR
,
PCSTR
,
PCSTR
,
UINT
,
DWORD
,
PSTR
,
DWORD
,
PDWORD
);
UINT
WINAPI
SetupCopyErrorW
(
HWND
,
PCWSTR
,
PCWSTR
,
PCWSTR
,
PCWSTR
,
PCWSTR
,
UINT
,
DWORD
,
PWSTR
,
DWORD
,
PDWORD
);
#define SetupCopyError WINELIB_NAME_AW(SetupCopyError)
UINT
WINAPI
SetupDefaultQueueCallbackA
(
PVOID
,
UINT
,
UINT_PTR
,
UINT_PTR
);
UINT
WINAPI
SetupDefaultQueueCallbackW
(
PVOID
,
UINT
,
UINT_PTR
,
UINT_PTR
);
#define SetupDefaultQueueCallback WINELIB_NAME_AW(SetupDefaultQueueCallback)
UINT
WINAPI
SetupDeleteErrorA
(
HWND
,
PCSTR
,
PCSTR
,
UINT
,
DWORD
);
UINT
WINAPI
SetupDeleteErrorW
(
HWND
,
PCWSTR
,
PCWSTR
,
UINT
,
DWORD
);
#define SetupDeleteError WINELIB_NAME_AW(SetupDeleteError)
BOOL
WINAPI
SetupDiBuildClassInfoList
(
DWORD
,
LPGUID
,
DWORD
,
PDWORD
);
BOOL
WINAPI
SetupDiBuildClassInfoListExA
(
DWORD
,
LPGUID
,
DWORD
,
PDWORD
,
PCSTR
,
PVOID
);
BOOL
WINAPI
SetupDiBuildClassInfoListExW
(
DWORD
,
LPGUID
,
DWORD
,
PDWORD
,
PCWSTR
,
PVOID
);
...
...
@@ -823,6 +843,9 @@ BOOL WINAPI SetupQueueRenameW( HSPFILEQ, PCWSTR, PCWSTR, PCWSTR, PCWSTR );
BOOL
WINAPI
SetupQueueRenameSectionA
(
HSPFILEQ
,
HINF
,
HINF
,
PCSTR
);
BOOL
WINAPI
SetupQueueRenameSectionW
(
HSPFILEQ
,
HINF
,
HINF
,
PCWSTR
);
#define SetupQueueRenameSection WINELIB_NAME_AW(SetupQueueRenameSection)
UINT
WINAPI
SetupRenameErrorA
(
HWND
,
PCSTR
,
PCSTR
,
PCSTR
,
UINT
,
DWORD
);
UINT
WINAPI
SetupRenameErrorW
(
HWND
,
PCWSTR
,
PCWSTR
,
PCWSTR
,
UINT
,
DWORD
);
#define SetupRenameError WINELIB_NAME_AW(SetupRenameError)
BOOL
WINAPI
SetupScanFileQueueA
(
HSPFILEQ
,
DWORD
,
HWND
,
PSP_FILE_CALLBACK_A
,
PVOID
,
PDWORD
);
BOOL
WINAPI
SetupScanFileQueueW
(
HSPFILEQ
,
DWORD
,
HWND
,
PSP_FILE_CALLBACK_W
,
PVOID
,
PDWORD
);
#define SetupScanFileQueue WINELIB_NAME_AW(SetupScanFileQueue)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment