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
8bbbf7cd
Commit
8bbbf7cd
authored
Aug 07, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Aug 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/ddk: Add DEVICE_RELATIONS and DEVICE_INTERFACE_CHANGE_NOTIFICATION.
parent
545bbb13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
wdm.h
include/ddk/wdm.h
+15
-0
No files found.
include/ddk/wdm.h
View file @
8bbbf7cd
...
...
@@ -267,6 +267,7 @@ typedef struct _WAIT_CONTEXT_BLOCK {
#define IRP_MN_QUERY_BUS_INFORMATION 0x15
#define IRP_MN_DEVICE_USAGE_NOTIFICATION 0x16
#define IRP_MN_SURPRISE_REMOVAL 0x17
#define IRP_MN_QUERY_LEGACY_BUS_INFORMATION 0x18
#define IRP_QUOTA_CHARGED 0x01
#define IRP_ALLOCATED_MUST_SUCCEED 0x02
...
...
@@ -319,6 +320,12 @@ typedef struct _DEVICE_OBJECT {
}
DEVICE_OBJECT
;
typedef
struct
_DEVICE_OBJECT
*
PDEVICE_OBJECT
;
typedef
struct
_DEVICE_RELATIONS
{
ULONG
Count
;
PDEVICE_OBJECT
Objects
[
1
];
}
DEVICE_RELATIONS
;
typedef
struct
_DEVICE_RELATIONS
*
PDEVICE_RELATIONS
;
typedef
struct
_DRIVER_EXTENSION
{
struct
_DRIVER_OBJECT
*
DriverObject
;
PVOID
AddDevice
;
...
...
@@ -585,6 +592,14 @@ typedef struct _DEVICE_CAPABILITIES {
ULONG
D3Latency
;
}
DEVICE_CAPABILITIES
,
*
PDEVICE_CAPABILITIES
;
typedef
struct
_DEVICE_INTERFACE_CHANGE_NOTIFICATION
{
USHORT
Version
;
USHORT
Size
;
GUID
Event
;
GUID
InterfaceClassGuid
;
PUNICODE_STRING
SymbolicLinkName
;
}
DEVICE_INTERFACE_CHANGE_NOTIFICATION
,
*
PDEVICE_INTERFACE_CHANGE_NOTIFICATION
;
typedef
enum
_INTERFACE_TYPE
{
InterfaceTypeUndefined
=
-
1
,
Internal
,
...
...
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