ReactOS 0.4.15-dev-7907-g95bf896
fxdeviceinitshared.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 FxDeviceInitShared.hpp
8
9Abstract:
10
11 This header is split from FxDeviceInit.hpp to have definitions needed
12 in shared code.
13
14Author:
15
16
17Environment:
18
19
20Revision History:
21
22--*/
23
24#ifndef __FXDEVICEINITSHARED_HPP__
25#define __FXDEVICEINITSHARED_HPP__
26
27struct PdoInit {
28
30 VOID
31 )
32 {
35 }
36
38
40
42
44
46
48
50
53
55
57
59
61
63};
64
65#endif //__FXDEVICEINITSHARED_HPP__
unsigned char BOOLEAN
#define NULL
Definition: types.h:112
DWORD LCID
Definition: nls.h:13
FxString * InstanceID
FxString * ContainerID
BOOLEAN ForwardRequestToParent
SINGLE_LIST_ENTRY DeviceText
PSINGLE_LIST_ENTRY * LastDeviceTextEntry
FxDeviceDescriptionEntry * DescriptionEntry
WDF_PDO_EVENT_CALLBACKS EventCallbacks
FxString * DeviceID
FxCollectionInternal HardwareIDs
FxCollectionInternal CompatibleIDs
CfxDevice * Parent
Definition: ntbasedef.h:628
struct _SINGLE_LIST_ENTRY * Next
Definition: ntbasedef.h:629