ReactOS 0.4.16-dev-21-g2af6fd4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
GUID | GuidWmiPortData = POINTER_PORT_WMI_STD_DATA_GUID |
WMIGUIDREGINFO | InPortWmiGuidList [] |
NTSTATUS NTAPI InPortQueryWmiDataBlock | ( | _Inout_ PDEVICE_OBJECT | DeviceObject, |
_Inout_ PIRP | Irp, | ||
_In_ ULONG | GuidIndex, | ||
_In_ ULONG | InstanceIndex, | ||
_In_ ULONG | InstanceCount, | ||
_Out_opt_ PULONG | InstanceLengthArray, | ||
_In_ ULONG | BufferAvail, | ||
_Out_opt_ PUCHAR | Buffer | ||
) |
Definition at line 55 of file wmi.c.
Referenced by InPortWmiRegistration().
NTSTATUS NTAPI InPortQueryWmiRegInfo | ( | _Inout_ PDEVICE_OBJECT | DeviceObject, |
_Inout_ PULONG | RegFlags, | ||
_Inout_ PUNICODE_STRING | InstanceName, | ||
_Out_opt_ PUNICODE_STRING * | RegistryPath, | ||
_Inout_ PUNICODE_STRING | MofResourceName, | ||
_Out_opt_ PDEVICE_OBJECT * | Pdo | ||
) |
Definition at line 28 of file wmi.c.
Referenced by InPortWmiRegistration().
Definition at line 152 of file wmi.c.
Referenced by DriverEntry().
NTSTATUS NTAPI InPortWmiDeRegistration | ( | _Inout_ PINPORT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 140 of file wmi.c.
Referenced by InPortRemoveDevice().
NTSTATUS NTAPI InPortWmiRegistration | ( | _Inout_ PINPORT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 118 of file wmi.c.
Referenced by InPortStartDevice().
GUID GuidWmiPortData = POINTER_PORT_WMI_STD_DATA_GUID |
WMIGUIDREGINFO InPortWmiGuidList[] |
Definition at line 19 of file wmi.c.
Referenced by InPortQueryWmiDataBlock(), and InPortWmiRegistration().