ReactOS 0.4.16-dev-106-g10b08aa
|
#include "fbtusb.h"
#include "fbtpwr.h"
#include "fbtpnp.h"
#include "fbtdev.h"
#include "fbtrwr.h"
#include "fbtwmi.h"
#include "fbtusr.h"
Go to the source code of this file.
Macros | |
#define | MOFRESOURCENAME L"MofResourceName" |
#define | WMI_FREEBT_DRIVER_INFORMATION 0 |
Variables | |
WMIGUIDREGINFO | FreeBTWmiGuidList [1] |
DEFINE_GUID | ( | FREEBT_WMI_STD_DATA_GUID | , |
0x871B1A60 | , | ||
0xD3EA | , | ||
0x4f2f | , | ||
0x81 | , | ||
0x7b | , | ||
0x46 | , | ||
0x5e | , | ||
0x44 | , | ||
0x86 | , | ||
0x7b | , | ||
0xf5 | |||
) |
Definition at line 66 of file fbtwmi.c.
Referenced by DriverEntry().
NTSTATUS NTAPI FreeBT_QueryWmiDataBlock | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN ULONG | GuidIndex, | ||
IN ULONG | InstanceIndex, | ||
IN ULONG | InstanceCount, | ||
IN OUT PULONG | InstanceLengthArray, | ||
IN ULONG | OutBufferSize, | ||
OUT PUCHAR | Buffer | ||
) |
Definition at line 217 of file fbtwmi.c.
Referenced by FreeBT_WmiRegistration().
NTSTATUS NTAPI FreeBT_QueryWmiRegInfo | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT ULONG * | RegFlags, | ||
OUT PUNICODE_STRING | InstanceName, | ||
OUT PUNICODE_STRING * | RegistryPath, | ||
OUT PUNICODE_STRING | MofResourceName, | ||
OUT PDEVICE_OBJECT * | Pdo | ||
) |
Definition at line 147 of file fbtwmi.c.
Referenced by FreeBT_WmiRegistration().
NTSTATUS NTAPI FreeBT_SetWmiDataBlock | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN ULONG | GuidIndex, | ||
IN ULONG | InstanceIndex, | ||
IN ULONG | BufferSize, | ||
IN PUCHAR | Buffer | ||
) |
Definition at line 427 of file fbtwmi.c.
Referenced by FreeBT_WmiRegistration().
NTSTATUS NTAPI FreeBT_SetWmiDataItem | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN ULONG | GuidIndex, | ||
IN ULONG | InstanceIndex, | ||
IN ULONG | DataItemId, | ||
IN ULONG | BufferSize, | ||
IN PUCHAR | Buffer | ||
) |
Definition at line 327 of file fbtwmi.c.
Referenced by FreeBT_WmiRegistration().
NTSTATUS NTAPI FreeBT_WmiDeRegistration | ( | IN OUT PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 59 of file fbtwmi.c.
Referenced by FreeBT_AddDevice(), and HandleRemoveDevice().
NTSTATUS NTAPI FreeBT_WmiRegistration | ( | IN OUT PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 37 of file fbtwmi.c.
Referenced by FreeBT_AddDevice().
Definition at line 509 of file fbtwmi.c.
Referenced by FreeBT_DispatchSysCtrl().
WMIGUIDREGINFO FreeBTWmiGuidList[1] |
Definition at line 28 of file fbtwmi.c.
Referenced by FreeBT_WmiRegistration().