ReactOS 0.4.16-dev-91-g764881a
|
#include <ntoskrnl.h>
#include <wmistr.h>
#include <wmiioctl.h>
#include "wmip.h"
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _WMIP_REGISTER_GUIDS |
struct | _WMIP_RESULT |
struct | _WMI_UNREGISTER_GUID |
struct | _WMI_GUID_OBJECT_ENTRY |
struct | _WMI_NOTIFICATION |
struct | _WMI_SET_MARK |
struct | _WMI_OPEN_GUID_FOR_EVENTS |
struct | _WMIP_RESULT2 |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _WMIP_REGISTER_GUIDS | WMIP_REGISTER_GUIDS |
typedef struct _WMIP_REGISTER_GUIDS * | PWMIP_REGISTER_GUIDS |
typedef struct _WMIP_RESULT | WMIP_RESULT |
typedef struct _WMIP_RESULT * | PWMIP_RESULT |
typedef struct _WMI_UNREGISTER_GUID | WMI_UNREGISTER_GUID |
typedef struct _WMI_UNREGISTER_GUID * | PWMI_UNREGISTER_GUID |
typedef struct _WMI_GUID_OBJECT_ENTRY | WMI_GUID_OBJECT_ENTRY |
typedef struct _WMI_GUID_OBJECT_ENTRY * | PWMI_GUID_OBJECT_ENTRY |
typedef struct _WMI_NOTIFICATION | WMI_NOTIFICATION |
typedef struct _WMI_NOTIFICATION * | PWMI_NOTIFICATION |
typedef struct _WMI_SET_MARK | WMI_SET_MARK |
typedef struct _WMI_SET_MARK * | PWMI_SET_MARK |
typedef struct _WMI_OPEN_GUID_FOR_EVENTS | WMI_OPEN_GUID_FOR_EVENTS |
typedef struct _WMI_OPEN_GUID_FOR_EVENTS * | PWMI_OPEN_GUID_FOR_EVENTS |
typedef struct _WMIP_RESULT2 | WMIP_RESULT2 |
typedef struct _WMIP_RESULT2 * | PWMIP_RESULT2 |
typedef struct _WMI_NOTIFICATION * PWMI_NOTIFICATION |
typedef struct _WMI_SET_MARK * PWMI_SET_MARK |
typedef struct _WMI_UNREGISTER_GUID * PWMI_UNREGISTER_GUID |
typedef struct _WMIP_REGISTER_GUIDS * PWMIP_REGISTER_GUIDS |
typedef struct _WMIP_RESULT * PWMIP_RESULT |
typedef struct _WMIP_RESULT2 * PWMIP_RESULT2 |
typedef struct _WMI_NOTIFICATION WMI_NOTIFICATION |
typedef struct _WMI_SET_MARK WMI_SET_MARK |
typedef struct _WMIP_RESULT WMIP_RESULT |
typedef struct _WMIP_RESULT2 WMIP_RESULT2 |
_Function_class_ | ( | DRIVER_INITIALIZE | ) |
Definition at line 614 of file wmidrv.c.
_Function_class_ | ( | FAST_IO_DEVICE_CONTROL | ) |
Definition at line 560 of file wmidrv.c.
|
static |
Definition at line 121 of file wmidrv.c.
Referenced by WmipOpenGuidForEvents(), and WmipRegisterGuids().
Definition at line 255 of file wmidrv.c.
Referenced by WmipNotificationIrpCancel().
NTSTATUS NTAPI WmipDockUndockEventCallback | ( | _In_ PVOID | NotificationStructure, |
_Inout_opt_ PVOID | Context | ||
) |
|
static |
Definition at line 302 of file wmidrv.c.
Referenced by WmipReceiveNotifications().
Definition at line 448 of file wmidrv.c.
Definition at line 284 of file wmidrv.c.
Referenced by WmipReceiveNotifications().
Definition at line 86 of file wmidrv.c.
|
static |
Definition at line 383 of file wmidrv.c.
Referenced by WmipIoControl().
|
static |
FIXME: For now we don't do any actual work, but simply pretend we are waiting for notifications. We won't ever deliver any though.
Definition at line 311 of file wmidrv.c.
Referenced by WmipIoControl().
|
static |
Definition at line 174 of file wmidrv.c.
Referenced by WmipIoControl().
|
static |
Definition at line 244 of file wmidrv.c.
Referenced by WmipIoControl().
|
static |
Definition at line 438 of file wmidrv.c.
Referenced by WmipIoControl().
|
static |
Definition at line 101 of file wmidrv.c.
Referenced by _Function_class_().
Definition at line 111 of file wmidrv.c.
Referenced by _Function_class_().
PDEVICE_OBJECT WmipAdminDeviceObject |
Definition at line 73 of file wmidrv.c.
Referenced by _Function_class_().
FAST_IO_DISPATCH WmipFastIoDispatch |
Definition at line 74 of file wmidrv.c.
Referenced by _Function_class_().
DRIVER_DISPATCH WmipIoControl |
Definition at line 80 of file wmidrv.c.
Referenced by _Function_class_().
DRIVER_DISPATCH WmipOpenCloseCleanup |
Definition at line 79 of file wmidrv.c.
Referenced by _Function_class_().
PDEVICE_OBJECT WmipServiceDeviceObject |
Definition at line 72 of file wmidrv.c.
Referenced by _Function_class_().
DRIVER_DISPATCH WmipShutdown |
Definition at line 82 of file wmidrv.c.
Referenced by _Function_class_().
DRIVER_DISPATCH WmipSystemControl |
Definition at line 81 of file wmidrv.c.
Referenced by _Function_class_().