ReactOS 0.4.15-dev-7953-g1f49173
fxwmiirphandlerum.cpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 FxWmiIrpHandlerUm.cpp
8
9Abstract:
10
11 This module implements the wmi irp handler for the driver frameworks.
12
13Author:
14
15
16
17
18Environment:
19
20 User mode only
21
22Revision History:
23
24--*/
25
26#include "fxmin.hpp"
27#include "FxWmiIrpHandler.hpp"
28
29class FxWmiIrpHandler;
30
34 VOID
35 )
36{
37 ASSERTMSG("Not implemented for UMDF\n", FALSE);
38
40}
41
42
43VOID
45 VOID
46 )
47{
48 ASSERTMSG("Not implemented for UMDF\n", FALSE);
49}
50
54 __in PWDF_WMI_PROVIDER_CONFIG /* ProviderConfig */,
55 __in FxWmiInstanceInternalCallbacks* /* InstanceCallbacks */,
56 __inout FxWmiInstanceInternal** /* Instance */
57 )
58{
59 ASSERTMSG("Not implemented for UMDF\n", FALSE);
60
62}
63
67 VOID
68 )
69{
70 ASSERTMSG("Not implemented for UMDF\n", FALSE);
71
73}
74
75VOID
77 VOID
78 )
79{
80 ASSERTMSG("Not implemented for UMDF\n", FALSE);
81}
82
83VOID
85 VOID
86 )
87{
88 ASSERTMSG("Not implemented for UMDF\n", FALSE);
89}
90
91
LONG NTSTATUS
Definition: precomp.h:26
_Must_inspect_result_ NTSTATUS AddPowerPolicyProviderAndInstance(__in PWDF_WMI_PROVIDER_CONFIG ProviderConfig, __in FxWmiInstanceInternalCallbacks *Callbacks, __inout FxWmiInstanceInternal **Instance)
_Must_inspect_result_ NTSTATUS PostCreateDeviceInitialize(VOID)
_Must_inspect_result_ NTSTATUS Register(VOID)
VOID ResetStateForPdoRestart(VOID)
#define __in
Definition: dbghelp.h:35
#define __inout
Definition: dbghelp.h:50
#define FALSE
Definition: types.h:117
#define _Must_inspect_result_
Definition: ms_sal.h:558
#define ASSERTMSG(msg, exp)
Definition: nt_native.h:431
#define STATUS_NOT_IMPLEMENTED
Definition: ntstatus.h:239