Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
146d6069
Commit
146d6069
authored
Aug 12, 2004
by
Aric Stewart
Committed by
Alexandre Julliard
Aug 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some more needed structs and constants.
parent
edd49c78
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
setupapi.h
include/setupapi.h
+53
-0
No files found.
include/setupapi.h
View file @
146d6069
...
@@ -156,6 +156,59 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_FILE_CALLBACK)
...
@@ -156,6 +156,59 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_FILE_CALLBACK)
#define MAX_SUBTITLE_LEN 256
#define MAX_SUBTITLE_LEN 256
#define SP_MAX_MACHINENAME_LENGTH (MAX_PATH + 3)
#define SP_MAX_MACHINENAME_LENGTH (MAX_PATH + 3)
typedef
UINT
DI_FUNCTION
;
typedef
struct
_SP_CLASSINSTALL_HEADER
{
DWORD
cbSize
;
DI_FUNCTION
InstallFunction
;
}
SP_CLASSINSTALL_HEADER
,
*
PSP_CLASSINSTALL_HEADER
;
typedef
struct
_SP_PROPCHANGE_PARAMS
{
SP_CLASSINSTALL_HEADER
ClassInstallHeader
;
DWORD
StateChange
;
DWORD
Scope
;
DWORD
HwProfile
;
}
SP_PROPCHANGE_PARAMS
,
*
PSP_PROPCHANGE_PARAMS
;
#define DICS_ENABLE 0x00000001
#define DICS_DISABLE 0x00000002
#define DICS_PROPCHANGE 0x00000003
#define DICS_START 0x00000004
#define DICS_STOP 0x00000005
typedef
struct
_SP_DEVINSTALL_PARAMS_A
{
DWORD
cbSize
;
DWORD
Flags
;
DWORD
FlagsEx
;
HWND
hwndParent
;
PSP_FILE_CALLBACK_A
InstallMsgHandler
;
PVOID
InstallMsgHandlerContext
;
HSPFILEQ
FileQueue
;
ULONG_PTR
ClassInstallReserved
;
DWORD
Reserved
;
CHAR
DriverPath
[
MAX_PATH
];
}
SP_DEVINSTALL_PARAMS_A
,
*
PSP_DEVINSTALL_PARAMS_A
;
typedef
struct
_SP_DEVINSTALL_PARAMS_W
{
DWORD
cbSize
;
DWORD
Flags
;
DWORD
FlagsEx
;
HWND
hwndParent
;
PSP_FILE_CALLBACK_W
InstallMsgHandler
;
PVOID
InstallMsgHandlerContext
;
HSPFILEQ
FileQueue
;
ULONG_PTR
ClassInstallReserved
;
DWORD
Reserved
;
WCHAR
DriverPath
[
MAX_PATH
];
}
SP_DEVINSTALL_PARAMS_W
,
*
PSP_DEVINSTALL_PARAMS_W
;
DECL_WINELIB_SETUPAPI_TYPE_AW
(
SP_DEVINSTALL_PARAMS
)
DECL_WINELIB_SETUPAPI_TYPE_AW
(
PSP_DEVINSTALL_PARAMS
)
/* Device Information structure (references a device instance that is a member
/* Device Information structure (references a device instance that is a member
of a device information set) */
of a device information set) */
typedef
struct
_SP_DEVINFO_DATA
typedef
struct
_SP_DEVINFO_DATA
...
...
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