ReactOS 0.4.15-dev-7958-gcd0bb1a
mxdriverobjectum.h
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5ModuleName:
6
7 MxDriverObjectUm.h
8
9Abstract:
10
11 User Mode implementation of Driver Object defined in MxDriverObject.h
12
13--*/
14
15#pragma once
16
21
22#include "MxDriverObject.h"
23
24
DRIVER_DISPATCH_UM MdDriverDispatchType
DRIVER_DISPATCH_UM * MdDriverDispatch
DRIVER_ADD_DEVICE_UM * MdDriverAddDevice
DRIVER_UNLOAD_UM * MdDriverUnload
PDRIVER_OBJECT_UM MdDriverObject
DRIVER_ADD_DEVICE_UM MdDriverAddDeviceType
DRIVER_UNLOAD_UM MdDriverUnloadType
NTSTATUS DRIVER_ADD_DEVICE_UM(_In_ PDRIVER_OBJECT_UM DriverObject, _In_ PVOID Context, _In_ IWudfDeviceStack *DevStack, _In_ LPCWSTR KernelDeviceName, _In_opt_ HKEY hPdoKey, _In_ LPCWSTR pwszServiceName, _In_ LPCWSTR pwszDevInstanceID, _In_ ULONG ulDriverID)
Definition: mxum.h:172
VOID DRIVER_DISPATCH_UM(_In_ IWudfDevice *DeviceObject, _In_ IWudfIrp *Irp, _In_opt_ IUnknown *Context)
Definition: mxum.h:187
VOID DRIVER_UNLOAD_UM(_In_ PDRIVER_OBJECT_UM DriverObject)
Definition: mxum.h:197