2004-09-29 Filip Navara <xnavara@volny.cz>
* include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h, d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h, mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h, newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h, ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h, scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h, tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h, usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h, winnt4.h, ws2san.h): Fixed packing. * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration. * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE, HID_INTERFACE_NOTIFY_PNP): Likewise. * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise. (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes <ayerkes@speakeasy.net>. * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed declaration. * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise. * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL, PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL, PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE, PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY, PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE, PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE, PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations. (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION. (SYNCH_LEVEL): Added definition. (KPCR, KPCR_TIB): Fixed declaration. (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't included and _WIN32_WINNT >= 0x0501. (RtlEqualLuid): Fixed macro definition. (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and KeRaiseIrql on i386 architectures.
This commit is contained in:
parent
e3e443e4df
commit
85153fb164
@ -1,3 +1,41 @@
|
|||||||
|
2004-09-29 Filip Navara <xnavara@volny.cz>
|
||||||
|
|
||||||
|
* include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
|
||||||
|
d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
|
||||||
|
mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
|
||||||
|
newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
|
||||||
|
ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
|
||||||
|
ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
|
||||||
|
ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
|
||||||
|
scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
|
||||||
|
tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
|
||||||
|
usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
|
||||||
|
winnt4.h, ws2san.h): Fixed packing.
|
||||||
|
* include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
|
||||||
|
* include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
|
||||||
|
HID_INTERFACE_NOTIFY_PNP): Likewise.
|
||||||
|
* include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
|
||||||
|
(NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
|
||||||
|
<ayerkes@speakeasy.net>.
|
||||||
|
* include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
|
||||||
|
declaration.
|
||||||
|
* include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
|
||||||
|
* include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
|
||||||
|
PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
|
||||||
|
PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
|
||||||
|
PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
|
||||||
|
PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
|
||||||
|
PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
|
||||||
|
PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
|
||||||
|
(struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
|
||||||
|
(SYNCH_LEVEL): Added definition.
|
||||||
|
(KPCR, KPCR_TIB): Fixed declaration.
|
||||||
|
(Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
|
||||||
|
included and _WIN32_WINNT >= 0x0501.
|
||||||
|
(RtlEqualLuid): Fixed macro definition.
|
||||||
|
(KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
|
||||||
|
KeRaiseIrql on i386 architectures.
|
||||||
|
|
||||||
2004-09-06 Hosaka Yuji <hos@tamanegi.org>
|
2004-09-06 Hosaka Yuji <hos@tamanegi.org>
|
||||||
|
|
||||||
* include/mshtml.h (IHTMLDocument2): Correct get_selection
|
* include/mshtml.h (IHTMLDocument2): Correct get_selection
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
typedef ULONG ATM_ADDRESSTYPE;
|
typedef ULONG ATM_ADDRESSTYPE;
|
||||||
|
|
||||||
#define SAP_TYPE_NSAP 1
|
#define SAP_TYPE_NSAP 1
|
||||||
@ -431,6 +429,7 @@ typedef struct _ATM_TRAFFIC_DESCRIPTOR {
|
|||||||
typedef struct _ATM_TRAFFIC_DESCRIPTOR_IE {
|
typedef struct _ATM_TRAFFIC_DESCRIPTOR_IE {
|
||||||
ATM_TRAFFIC_DESCRIPTOR ForwardTD;
|
ATM_TRAFFIC_DESCRIPTOR ForwardTD;
|
||||||
ATM_TRAFFIC_DESCRIPTOR BackwardTD;
|
ATM_TRAFFIC_DESCRIPTOR BackwardTD;
|
||||||
|
BOOLEAN BestEffort;
|
||||||
} ATM_TRAFFIC_DESCRIPTOR_IE, *PATM_TRAFFIC_DESCRIPTOR_IE;
|
} ATM_TRAFFIC_DESCRIPTOR_IE, *PATM_TRAFFIC_DESCRIPTOR_IE;
|
||||||
|
|
||||||
/* ATM_TRANSIT_NETWORK_SELECTION_IE.TypeOfNetworkId constants */
|
/* ATM_TRANSIT_NETWORK_SELECTION_IE.TypeOfNetworkId constants */
|
||||||
@ -501,8 +500,6 @@ typedef struct _ATM_SERVICE_ADDRESS_LIST {
|
|||||||
ATM_ADDRESS Address[1];
|
ATM_ADDRESS Address[1];
|
||||||
} ATM_SERVICE_ADDRESS_LIST, *PATM_SERVICE_ADDRESS_LIST;
|
} ATM_SERVICE_ADDRESS_LIST, *PATM_SERVICE_ADDRESS_LIST;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
#if defined(_BATTERYCLASS_)
|
#if defined(_BATTERYCLASS_)
|
||||||
@ -293,8 +291,6 @@ DDKAPI
|
|||||||
BatteryClassUnload(
|
BatteryClassUnload(
|
||||||
IN PVOID ClassData);
|
IN PVOID ClassData);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#define CM_PROB_NOT_CONFIGURED 0x00000001
|
#define CM_PROB_NOT_CONFIGURED 0x00000001
|
||||||
#define CM_PROB_DEVLOADER_FAILED 0x00000002
|
#define CM_PROB_DEVLOADER_FAILED 0x00000002
|
||||||
#define CM_PROB_OUT_OF_MEMORY 0x00000003
|
#define CM_PROB_OUT_OF_MEMORY 0x00000003
|
||||||
@ -134,8 +132,6 @@ typedef enum _PNP_VETO_TYPE {
|
|||||||
PNP_VetoLegacyDriver
|
PNP_VetoLegacyDriver
|
||||||
} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
|
} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
#if defined(_CFGMGR32_)
|
#if defined(_CFGMGR32_)
|
||||||
@ -43,6 +41,8 @@ extern "C" {
|
|||||||
|
|
||||||
#include "cfg.h"
|
#include "cfg.h"
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
|
|
||||||
#define CR_SUCCESS 0x00000000
|
#define CR_SUCCESS 0x00000000
|
||||||
#define CR_DEFAULT 0x00000001
|
#define CR_DEFAULT 0x00000001
|
||||||
#define CR_OUT_OF_MEMORY 0x00000002
|
#define CR_OUT_OF_MEMORY 0x00000002
|
||||||
@ -1524,7 +1524,7 @@ WINAPI
|
|||||||
CMP_WaitNoPendingInstallEvents(
|
CMP_WaitNoPendingInstallEvents(
|
||||||
IN DWORD dwTimeout);
|
IN DWORD dwTimeout);
|
||||||
|
|
||||||
#pragma pack(pop)
|
#include <poppack.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "d4iface.h"
|
#include "d4iface.h"
|
||||||
|
|
||||||
@ -99,8 +97,6 @@ typedef struct _DOT4_DRIVER_CMD {
|
|||||||
ULONG ulTimeout;
|
ULONG ulTimeout;
|
||||||
} DOT4_DRIVER_CMD, *PDOT4_DRIVER_CMD;
|
} DOT4_DRIVER_CMD, *PDOT4_DRIVER_CMD;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
#define DOT4_MAX_CHANNELS 128
|
#define DOT4_MAX_CHANNELS 128
|
||||||
@ -79,8 +77,6 @@ typedef struct _DOT4_WMI_XFER_INFO {
|
|||||||
ULONG ulPacketBytesRead;
|
ULONG ulPacketBytesRead;
|
||||||
} DOT4_WMI_XFER_INFO, *PDOT4_WMI_XFER_INFO;
|
} DOT4_WMI_XFER_INFO, *PDOT4_WMI_XFER_INFO;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
#if defined(_DXAPI_)
|
#if defined(_DXAPI_)
|
||||||
@ -329,8 +327,6 @@ typedef struct _DDSETSKIPFIELD {
|
|||||||
DWORD dwStartField;
|
DWORD dwStartField;
|
||||||
} DDSETSKIPFIELD, FAR *LPDDSETSKIPFIELD;
|
} DDSETSKIPFIELD, FAR *LPDDSETSKIPFIELD;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "hidpi.h"
|
#include "hidpi.h"
|
||||||
|
|
||||||
@ -112,25 +110,31 @@ typedef struct _HID_DRIVER_CONFIG {
|
|||||||
} HID_DRIVER_CONFIG, *PHID_DRIVER_CONFIG;
|
} HID_DRIVER_CONFIG, *PHID_DRIVER_CONFIG;
|
||||||
|
|
||||||
typedef struct _HID_INTERFACE_HIDPARSE {
|
typedef struct _HID_INTERFACE_HIDPARSE {
|
||||||
#if 0
|
|
||||||
/* FIXME: COM stuff */
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
INTERFACE i;
|
INTERFACE i;
|
||||||
#else
|
#else
|
||||||
INTERFACE;
|
/* GCC doesn't support including unnamed structs, so INTERFACE is
|
||||||
#endif
|
expanded here */
|
||||||
|
USHORT Size;
|
||||||
|
USHORT Version;
|
||||||
|
PVOID Context;
|
||||||
|
PINTERFACE_REFERENCE InterfaceReference;
|
||||||
|
PINTERFACE_DEREFERENCE InterfaceDereference;
|
||||||
#endif
|
#endif
|
||||||
PHIDP_GETCAPS HidpGetCaps;
|
PHIDP_GETCAPS HidpGetCaps;
|
||||||
} HID_INTERFACE_HIDPARSE, *PHID_INTERFACE_HIDPARSE;
|
} HID_INTERFACE_HIDPARSE, *PHID_INTERFACE_HIDPARSE;
|
||||||
|
|
||||||
typedef struct _HID_INTERFACE_NOTIFY_PNP {
|
typedef struct _HID_INTERFACE_NOTIFY_PNP {
|
||||||
#if 0
|
|
||||||
/* FIXME: COM stuff */
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
INTERFACE i;
|
INTERFACE i;
|
||||||
#else
|
#else
|
||||||
INTERFACE;
|
/* GCC doesn't support including unnamed structs, so INTERFACE is
|
||||||
#endif
|
expanded here */
|
||||||
|
USHORT Size;
|
||||||
|
USHORT Version;
|
||||||
|
PVOID Context;
|
||||||
|
PINTERFACE_REFERENCE InterfaceReference;
|
||||||
|
PINTERFACE_DEREFERENCE InterfaceDereference;
|
||||||
#endif
|
#endif
|
||||||
PHID_STATUS_CHANGE StatusChangeFn;
|
PHID_STATUS_CHANGE StatusChangeFn;
|
||||||
PVOID CallbackContext;
|
PVOID CallbackContext;
|
||||||
@ -142,8 +146,6 @@ typedef struct _HID_XFER_PACKET {
|
|||||||
UCHAR reportId;
|
UCHAR reportId;
|
||||||
} HID_XFER_PACKET, *PHID_XFER_PACKET;
|
} HID_XFER_PACKET, *PHID_XFER_PACKET;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "hidusage.h"
|
#include "hidusage.h"
|
||||||
|
|
||||||
@ -599,8 +597,6 @@ HidP_UsageListDifference(
|
|||||||
OUT PUSAGE MakeUsageList,
|
OUT PUSAGE MakeUsageList,
|
||||||
IN ULONG UsageListLength);
|
IN ULONG UsageListLength);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "srb.h"
|
#include "srb.h"
|
||||||
#include "scsi.h"
|
#include "scsi.h"
|
||||||
@ -138,8 +136,6 @@ ChangerClassInitialize(
|
|||||||
IN PUNICODE_STRING RegistryPath,
|
IN PUNICODE_STRING RegistryPath,
|
||||||
IN PMCD_INIT_DATA MCDInitData);
|
IN PMCD_INIT_DATA MCDInitData);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define EMULATOR_READ_ACCESS 0x01
|
#define EMULATOR_READ_ACCESS 0x01
|
||||||
#define EMULATOR_WRITE_ACCESS 0x02
|
#define EMULATOR_WRITE_ACCESS 0x02
|
||||||
|
|
||||||
@ -73,8 +70,6 @@ typedef VOID DDKAPI
|
|||||||
IN ULONG WriteBank,
|
IN ULONG WriteBank,
|
||||||
IN PVOID Context);
|
IN PVOID Context);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "mountmgr.h"
|
#include "mountmgr.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_MOUNTDEV_QUERY_DEVICE_NAME \
|
#define IOCTL_MOUNTDEV_QUERY_DEVICE_NAME \
|
||||||
CTL_CODE(MOUNTDEVCONTROLTYPE, 2, METHOD_BUFFERED, FILE_ANY_ACCESS)
|
CTL_CODE(MOUNTDEVCONTROLTYPE, 2, METHOD_BUFFERED, FILE_ANY_ACCESS)
|
||||||
|
|
||||||
@ -75,8 +72,6 @@ typedef struct _MOUNTDEV_UNIQUE_ID_CHANGE_NOTIFY_OUTPUT {
|
|||||||
USHORT NewUniqueIdLength;
|
USHORT NewUniqueIdLength;
|
||||||
} MOUNTDEV_UNIQUE_ID_CHANGE_NOTIFY_OUTPUT;
|
} MOUNTDEV_UNIQUE_ID_CHANGE_NOTIFY_OUTPUT;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
DEFINE_GUID(MOUNTDEV_MOUNTED_DEVICE_GUID,
|
DEFINE_GUID(MOUNTDEV_MOUNTED_DEVICE_GUID,
|
||||||
0x53f5630d, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
|
0x53f5630d, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
|
||||||
|
|
||||||
@ -135,8 +132,6 @@ typedef struct _MOUNTMGR_VOLUME_MOUNT_POINT {
|
|||||||
USHORT TargetVolumeNameLength;
|
USHORT TargetVolumeNameLength;
|
||||||
} MOUNTMGR_VOLUME_MOUNT_POINT, *PMOUNTMGR_VOLUME_MOUNT_POINT;
|
} MOUNTMGR_VOLUME_MOUNT_POINT, *PMOUNTMGR_VOLUME_MOUNT_POINT;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddndis.h"
|
#include "ntddndis.h"
|
||||||
#include "netpnp.h"
|
#include "netpnp.h"
|
||||||
@ -537,6 +535,7 @@ typedef struct _NDIS_DMA_BLOCK {
|
|||||||
PVOID MapRegisterBase;
|
PVOID MapRegisterBase;
|
||||||
KEVENT AllocationEvent;
|
KEVENT AllocationEvent;
|
||||||
PADAPTER_OBJECT SystemAdapterObject;
|
PADAPTER_OBJECT SystemAdapterObject;
|
||||||
|
PVOID Miniport;
|
||||||
BOOLEAN InProgress;
|
BOOLEAN InProgress;
|
||||||
} NDIS_DMA_BLOCK, *PNDIS_DMA_BLOCK;
|
} NDIS_DMA_BLOCK, *PNDIS_DMA_BLOCK;
|
||||||
|
|
||||||
@ -703,10 +702,9 @@ typedef struct _CO_FLOW_PARAMETERS {
|
|||||||
ULONG PeakBandwidth;
|
ULONG PeakBandwidth;
|
||||||
ULONG Latency;
|
ULONG Latency;
|
||||||
ULONG DelayVariation;
|
ULONG DelayVariation;
|
||||||
GUARANTEE LevelOfGuarantee;
|
SERVICETYPE ServiceType;
|
||||||
ULONG CostOfCall;
|
|
||||||
ULONG NetworkAvailability;
|
|
||||||
ULONG MaxSduSize;
|
ULONG MaxSduSize;
|
||||||
|
ULONG MinimumPolicedSize;
|
||||||
} CO_FLOW_PARAMETERS, *PCO_FLOW_PARAMETERS;
|
} CO_FLOW_PARAMETERS, *PCO_FLOW_PARAMETERS;
|
||||||
|
|
||||||
typedef struct _CO_SPECIFIC_PARAMETERS {
|
typedef struct _CO_SPECIFIC_PARAMETERS {
|
||||||
@ -2026,6 +2024,48 @@ NdisFreeBuffer(
|
|||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* VOID
|
||||||
|
* NdisQueryPacketLength(
|
||||||
|
* IN PNDIS_PACKET Packet,
|
||||||
|
* OUT PUINT PhysicalBufferCount OPTIONAL,
|
||||||
|
* OUT PUINT BufferCount OPTIONAL,
|
||||||
|
* OUT PNDIS_BUFFER *FirstBuffer OPTIONAL,
|
||||||
|
* OUT PUINT TotalPacketLength OPTIONAL);
|
||||||
|
*/
|
||||||
|
#define NdisQueryPacketLength(Packet, \
|
||||||
|
TotalPacketLength) \
|
||||||
|
{ \
|
||||||
|
if ((TotalPacketLength)) \
|
||||||
|
{ \
|
||||||
|
if (!(Packet)->Private.ValidCounts) { \
|
||||||
|
UINT _Offset; \
|
||||||
|
UINT _PacketLength; \
|
||||||
|
PNDIS_BUFFER _NdisBuffer; \
|
||||||
|
UINT _PhysicalBufferCount = 0; \
|
||||||
|
UINT _TotalPacketLength = 0; \
|
||||||
|
UINT _Count = 0; \
|
||||||
|
\
|
||||||
|
for (_NdisBuffer = (Packet)->Private.Head; \
|
||||||
|
_NdisBuffer != (PNDIS_BUFFER)NULL; \
|
||||||
|
_NdisBuffer = _NdisBuffer->Next) \
|
||||||
|
{ \
|
||||||
|
_PhysicalBufferCount += NDIS_BUFFER_TO_SPAN_PAGES(_NdisBuffer); \
|
||||||
|
NdisQueryBufferOffset(_NdisBuffer, &_Offset, &_PacketLength); \
|
||||||
|
_TotalPacketLength += _PacketLength; \
|
||||||
|
_Count++; \
|
||||||
|
} \
|
||||||
|
(Packet)->Private.PhysicalCount = _PhysicalBufferCount; \
|
||||||
|
(Packet)->Private.TotalLength = _TotalPacketLength; \
|
||||||
|
(Packet)->Private.Count = _Count; \
|
||||||
|
(Packet)->Private.ValidCounts = TRUE; \
|
||||||
|
} \
|
||||||
|
\
|
||||||
|
if (TotalPacketLength) \
|
||||||
|
*((PUINT)TotalPacketLength) = (Packet)->Private.TotalLength; \
|
||||||
|
} \
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* VOID
|
* VOID
|
||||||
@ -5178,8 +5218,6 @@ typedef struct _NDIS_MAC_CHARACTERISTICS {
|
|||||||
typedef NDIS_MAC_CHARACTERISTICS NDIS_WAN_MAC_CHARACTERISTICS;
|
typedef NDIS_MAC_CHARACTERISTICS NDIS_WAN_MAC_CHARACTERISTICS;
|
||||||
typedef NDIS_WAN_MAC_CHARACTERISTICS *PNDIS_WAN_MAC_CHARACTERISTICS;
|
typedef NDIS_WAN_MAC_CHARACTERISTICS *PNDIS_WAN_MAC_CHARACTERISTICS;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ndis.h"
|
#include "ndis.h"
|
||||||
|
|
||||||
#ifndef NDIS_TAPI_CURRENT_VERSION
|
#ifndef NDIS_TAPI_CURRENT_VERSION
|
||||||
@ -1303,8 +1301,6 @@ typedef struct _CO_AF_TAPI_MAKE_CALL_PARAMETERS {
|
|||||||
IN NDIS_VAR_DATA_DESC LineCallParams;
|
IN NDIS_VAR_DATA_DESC LineCallParams;
|
||||||
} CO_AF_TAPI_MAKE_CALL_PARAMETERS, *PCO_AF_TAPI_MAKE_CALL_PARAMETERS;
|
} CO_AF_TAPI_MAKE_CALL_PARAMETERS, *PCO_AF_TAPI_MAKE_CALL_PARAMETERS;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ndis.h"
|
#include "ndis.h"
|
||||||
|
|
||||||
#define NDIS_USE_WAN_WRAPPER 0x00000001
|
#define NDIS_USE_WAN_WRAPPER 0x00000001
|
||||||
@ -246,8 +244,6 @@ typedef struct _NDIS_WAN_CO_GET_STATS_INFO {
|
|||||||
OUT ULONG BytesReceivedCompressed;
|
OUT ULONG BytesReceivedCompressed;
|
||||||
} NDIS_WAN_CO_GET_STATS_INFO, *PNDIS_WAN_CO_GET_STATS_INFO;
|
} NDIS_WAN_CO_GET_STATS_INFO, *PNDIS_WAN_CO_GET_STATS_INFO;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
typedef enum _NET_PNP_EVENT_CODE {
|
typedef enum _NET_PNP_EVENT_CODE {
|
||||||
NetEventSetPower,
|
NetEventSetPower,
|
||||||
NetEventQueryPower,
|
NetEventQueryPower,
|
||||||
@ -64,8 +62,6 @@ typedef enum _NET_DEVICE_POWER_STATE {
|
|||||||
NetDeviceStateMaximum
|
NetDeviceStateMaximum
|
||||||
} NET_DEVICE_POWER_STATE, *PNET_DEVICE_POWER_STATE;
|
} NET_DEVICE_POWER_STATE, *PNET_DEVICE_POWER_STATE;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
/* UpdateDriverForPlugAndPlayDevices.InstallFlags constants */
|
/* UpdateDriverForPlugAndPlayDevices.InstallFlags constants */
|
||||||
#define INSTALLFLAG_FORCE 0x00000001
|
#define INSTALLFLAG_FORCE 0x00000001
|
||||||
#define INSTALLFLAG_READONLY 0x00000002
|
#define INSTALLFLAG_READONLY 0x00000002
|
||||||
@ -61,8 +59,6 @@ UpdateDriverForPlugAndPlayDevicesW(
|
|||||||
#define UpdateDriverForPlugAndPlayDevices UpdateDriverForPlugAndPlayDevicesA
|
#define UpdateDriverForPlugAndPlayDevices UpdateDriverForPlugAndPlayDevicesA
|
||||||
#endif /* UNICODE */
|
#endif /* UNICODE */
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -34,13 +34,13 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntpoapi.h"
|
#include "ntpoapi.h"
|
||||||
|
|
||||||
|
#pragma pack(push,4)
|
||||||
|
|
||||||
typedef struct _PEB *PPEB;
|
typedef struct _PEB *PPEB;
|
||||||
|
|
||||||
/* FIXME: Unknown definitions */
|
/* FIXME: Unknown definitions */
|
||||||
|
@ -31,13 +31,10 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddkbd.h"
|
#include "ntddkbd.h"
|
||||||
#include "ntddmou.h"
|
#include "ntddmou.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_INTERNAL_I8042_CONTROLLER_WRITE_BUFFER \
|
#define IOCTL_INTERNAL_I8042_CONTROLLER_WRITE_BUFFER \
|
||||||
CTL_CODE(FILE_DEVICE_KEYBOARD, 0x0FF2, METHOD_NEITHER, FILE_ANY_ACCESS)
|
CTL_CODE(FILE_DEVICE_KEYBOARD, 0x0FF2, METHOD_NEITHER, FILE_ANY_ACCESS)
|
||||||
|
|
||||||
@ -209,8 +206,6 @@ typedef struct _INTERNAL_I8042_HOOK_MOUSE {
|
|||||||
IN PVOID CallContext;
|
IN PVOID CallContext;
|
||||||
} INTERNAL_I8042_HOOK_MOUSE, *PINTERNAL_I8042_HOOK_MOUSE;
|
} INTERNAL_I8042_HOOK_MOUSE, *PINTERNAL_I8042_HOOK_MOUSE;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_BEEP_DEVICE_NAME "\\Device\\Beep"
|
#define DD_BEEP_DEVICE_NAME "\\Device\\Beep"
|
||||||
#define DD_BEEP_DEVICE_NAME_U L"\\Device\\Beep"
|
#define DD_BEEP_DEVICE_NAME_U L"\\Device\\Beep"
|
||||||
|
|
||||||
@ -50,8 +47,6 @@ typedef struct _BEEP_SET_PARAMETERS {
|
|||||||
#define BEEP_FREQUENCY_MINIMUM 0x25
|
#define BEEP_FREQUENCY_MINIMUM 0x25
|
||||||
#define BEEP_FREQUENCY_MAXIMUM 0x7FFF
|
#define BEEP_FREQUENCY_MAXIMUM 0x7FFF
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddstor.h"
|
#include "ntddstor.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_CDROM_BASE FILE_DEVICE_CD_ROM
|
#define IOCTL_CDROM_BASE FILE_DEVICE_CD_ROM
|
||||||
|
|
||||||
#define IOCTL_CDROM_CHECK_VERIFY \
|
#define IOCTL_CDROM_CHECK_VERIFY \
|
||||||
@ -343,8 +340,6 @@ typedef struct __RAW_READ_INFO {
|
|||||||
TRACK_MODE_TYPE TrackMode;
|
TRACK_MODE_TYPE TrackMode;
|
||||||
} RAW_READ_INFO, *PRAW_READ_INFO;
|
} RAW_READ_INFO, *PRAW_READ_INFO;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddstor.h"
|
#include "ntddstor.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_DVD_BASE FILE_DEVICE_DVD
|
#define IOCTL_DVD_BASE FILE_DEVICE_DVD
|
||||||
|
|
||||||
#define IOCTL_DVD_END_SESSION \
|
#define IOCTL_DVD_END_SESSION \
|
||||||
@ -77,12 +74,14 @@ typedef enum DVD_STRUCTURE_FORMAT {
|
|||||||
DvdMaxDescriptor
|
DvdMaxDescriptor
|
||||||
} DVD_STRUCTURE_FORMAT, *PDVD_STRUCTURE_FORMAT;
|
} DVD_STRUCTURE_FORMAT, *PDVD_STRUCTURE_FORMAT;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct DVD_READ_STRUCTURE {
|
typedef struct DVD_READ_STRUCTURE {
|
||||||
LARGE_INTEGER BlockByteOffset;
|
LARGE_INTEGER BlockByteOffset;
|
||||||
DVD_STRUCTURE_FORMAT Format;
|
DVD_STRUCTURE_FORMAT Format;
|
||||||
DVD_SESSION_ID SessionId;
|
DVD_SESSION_ID SessionId;
|
||||||
UCHAR LayerNumber;
|
UCHAR LayerNumber;
|
||||||
} DVD_READ_STRUCTURE, *PDVD_READ_STRUCTURE;
|
} DVD_READ_STRUCTURE, *PDVD_READ_STRUCTURE;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
typedef struct _DVD_DESCRIPTOR_HEADER {
|
typedef struct _DVD_DESCRIPTOR_HEADER {
|
||||||
USHORT Length;
|
USHORT Length;
|
||||||
@ -90,6 +89,7 @@ typedef struct _DVD_DESCRIPTOR_HEADER {
|
|||||||
UCHAR Data[0];
|
UCHAR Data[0];
|
||||||
} DVD_DESCRIPTOR_HEADER, *PDVD_DESCRIPTOR_HEADER;
|
} DVD_DESCRIPTOR_HEADER, *PDVD_DESCRIPTOR_HEADER;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _DVD_LAYER_DESCRIPTOR {
|
typedef struct _DVD_LAYER_DESCRIPTOR {
|
||||||
UCHAR BookVersion : 4;
|
UCHAR BookVersion : 4;
|
||||||
UCHAR BookType : 4;
|
UCHAR BookType : 4;
|
||||||
@ -108,6 +108,7 @@ typedef struct _DVD_LAYER_DESCRIPTOR {
|
|||||||
UCHAR BCAFlag : 1;
|
UCHAR BCAFlag : 1;
|
||||||
UCHAR Reserved6;
|
UCHAR Reserved6;
|
||||||
} DVD_LAYER_DESCRIPTOR, *PDVD_LAYER_DESCRIPTOR;
|
} DVD_LAYER_DESCRIPTOR, *PDVD_LAYER_DESCRIPTOR;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
typedef struct _DVD_COPYRIGHT_DESCRIPTOR {
|
typedef struct _DVD_COPYRIGHT_DESCRIPTOR {
|
||||||
UCHAR CopyrightProtectionType;
|
UCHAR CopyrightProtectionType;
|
||||||
@ -205,8 +206,6 @@ typedef struct _DVD_REGION {
|
|||||||
UCHAR ResetCount;
|
UCHAR ResetCount;
|
||||||
} DVD_REGION, *PDVD_REGION;
|
} DVD_REGION, *PDVD_REGION;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddstor.h"
|
#include "ntddstor.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_CHANGER_DEVICE_NAME "\\Device\\Changer"
|
#define DD_CHANGER_DEVICE_NAME "\\Device\\Changer"
|
||||||
#define DD_CHANGER_DEVICE_NAME_U L"\\Device\\Changer"
|
#define DD_CHANGER_DEVICE_NAME_U L"\\Device\\Changer"
|
||||||
|
|
||||||
@ -349,8 +346,6 @@ typedef struct _WMI_CHANGER_PROBLEM_DEVICE_ERROR {
|
|||||||
ULONG ChangerProblemType;
|
ULONG ChangerProblemType;
|
||||||
} WMI_CHANGER_PROBLEM_DEVICE_ERROR, *PWMI_CHANGER_PROBLEM_DEVICE_ERROR;
|
} WMI_CHANGER_PROBLEM_DEVICE_ERROR, *PWMI_CHANGER_PROBLEM_DEVICE_ERROR;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddstor.h"
|
#include "ntddstor.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_DISK_DEVICE_NAME "\\Device\\UNKNOWN"
|
#define DD_DISK_DEVICE_NAME "\\Device\\UNKNOWN"
|
||||||
#define DD_DISK_DEVICE_NAME_U L"\\Device\\UNKNOWN"
|
#define DD_DISK_DEVICE_NAME_U L"\\Device\\UNKNOWN"
|
||||||
|
|
||||||
@ -454,6 +451,7 @@ typedef struct _IDEREGS {
|
|||||||
UCHAR bReserved;
|
UCHAR bReserved;
|
||||||
} IDEREGS, *PIDEREGS, *LPIDEREGS;
|
} IDEREGS, *PIDEREGS, *LPIDEREGS;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _SENDCMDINPARAMS {
|
typedef struct _SENDCMDINPARAMS {
|
||||||
ULONG cBufferSize;
|
ULONG cBufferSize;
|
||||||
IDEREGS irDriveRegs;
|
IDEREGS irDriveRegs;
|
||||||
@ -462,6 +460,7 @@ typedef struct _SENDCMDINPARAMS {
|
|||||||
ULONG dwReserved[4];
|
ULONG dwReserved[4];
|
||||||
UCHAR bBuffer[1];
|
UCHAR bBuffer[1];
|
||||||
} SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS;
|
} SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
/* DRIVERSTATUS.bDriverError constants */
|
/* DRIVERSTATUS.bDriverError constants */
|
||||||
#define SMART_NO_ERROR 0
|
#define SMART_NO_ERROR 0
|
||||||
@ -495,11 +494,13 @@ typedef struct _DRIVERSTATUS {
|
|||||||
#define READ_THRESHOLD_BUFFER_SIZE 512
|
#define READ_THRESHOLD_BUFFER_SIZE 512
|
||||||
#define SMART_LOG_SECTOR_SIZE 512
|
#define SMART_LOG_SECTOR_SIZE 512
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _SENDCMDOUTPARAMS {
|
typedef struct _SENDCMDOUTPARAMS {
|
||||||
ULONG cBufferSize;
|
ULONG cBufferSize;
|
||||||
DRIVERSTATUS DriverStatus;
|
DRIVERSTATUS DriverStatus;
|
||||||
UCHAR bBuffer[1];
|
UCHAR bBuffer[1];
|
||||||
} SENDCMDOUTPARAMS, *PSENDCMDOUTPARAMS, *LPSENDCMDOUTPARAMS;
|
} SENDCMDOUTPARAMS, *PSENDCMDOUTPARAMS, *LPSENDCMDOUTPARAMS;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
#define READ_ATTRIBUTES 0xD0
|
#define READ_ATTRIBUTES 0xD0
|
||||||
#define READ_THRESHOLDS 0xD1
|
#define READ_THRESHOLDS 0xD1
|
||||||
@ -513,8 +514,6 @@ typedef struct _SENDCMDOUTPARAMS {
|
|||||||
#define RETURN_SMART_STATUS 0xDA
|
#define RETURN_SMART_STATUS 0xDA
|
||||||
#define ENABLE_DISABLE_AUTO_OFFLINE 0xDB
|
#define ENABLE_DISABLE_AUTO_OFFLINE 0xDB
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_KEYBOARD_DEVICE_NAME "\\Device\\KeyboardClass"
|
#define DD_KEYBOARD_DEVICE_NAME "\\Device\\KeyboardClass"
|
||||||
#define DD_KEYBOARD_DEVICE_NAME_U L"\\Device\\KeyboardClass"
|
#define DD_KEYBOARD_DEVICE_NAME_U L"\\Device\\KeyboardClass"
|
||||||
|
|
||||||
@ -131,8 +128,6 @@ typedef struct _KEYBOARD_IME_STATUS {
|
|||||||
ULONG ImeConvMode;
|
ULONG ImeConvMode;
|
||||||
} KEYBOARD_IME_STATUS, *PKEYBOARD_IME_STATUS;
|
} KEYBOARD_IME_STATUS, *PKEYBOARD_IME_STATUS;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_MOUSE_DEVICE_NAME "\\Device\\PointerClass"
|
#define DD_MOUSE_DEVICE_NAME "\\Device\\PointerClass"
|
||||||
#define DD_MOUSE_DEVICE_NAME_U L"\\Device\\PointerClass"
|
#define DD_MOUSE_DEVICE_NAME_U L"\\Device\\PointerClass"
|
||||||
|
|
||||||
@ -111,8 +108,6 @@ typedef struct _MOUSE_ATTRIBUTES {
|
|||||||
ULONG InputDataQueueLength;
|
ULONG InputDataQueueLength;
|
||||||
} MOUSE_ATTRIBUTES, *PMOUSE_ATTRIBUTES;
|
} MOUSE_ATTRIBUTES, *PMOUSE_ATTRIBUTES;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
/* Parallel port device GUIDs */
|
/* Parallel port device GUIDs */
|
||||||
|
|
||||||
DEFINE_GUID (GUID_DEVINTERFACE_PARALLEL,
|
DEFINE_GUID (GUID_DEVINTERFACE_PARALLEL,
|
||||||
@ -115,8 +112,6 @@ typedef struct _PARCLASS_NEGOTIATION_MASK {
|
|||||||
#define ECP_SW 0x0400
|
#define ECP_SW 0x0400
|
||||||
#define ECP_ANY 0x0780
|
#define ECP_ANY 0x0780
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_PCMCIA_BASE FILE_DEVICE_CONTROLLER
|
#define IOCTL_PCMCIA_BASE FILE_DEVICE_CONTROLLER
|
||||||
|
|
||||||
#define DD_PCMCIA_DEVICE_NAME "\\\\.\\Pcmcia"
|
#define DD_PCMCIA_DEVICE_NAME "\\\\.\\Pcmcia"
|
||||||
@ -161,8 +158,6 @@ typedef struct _PCMCIA_INTERFACE_STANDARD {
|
|||||||
PPCMCIA_IS_WRITE_PROTECTED IsWriteProtected;
|
PPCMCIA_IS_WRITE_PROTECTED IsWriteProtected;
|
||||||
} PCMCIA_INTERFACE_STANDARD, *PPCMCIA_INTERFACE_STANDARD;
|
} PCMCIA_INTERFACE_STANDARD, *PPCMCIA_INTERFACE_STANDARD;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_SCSI_DEVICE_NAME "\\Device\\ScsiPort"
|
#define DD_SCSI_DEVICE_NAME "\\Device\\ScsiPort"
|
||||||
#define DD_SCSI_DEVICE_NAME_U L"\\Device\\ScsiPort"
|
#define DD_SCSI_DEVICE_NAME_U L"\\Device\\ScsiPort"
|
||||||
|
|
||||||
@ -167,8 +164,6 @@ typedef struct _DUMP_POINTERS {
|
|||||||
PVOID DeviceObject;
|
PVOID DeviceObject;
|
||||||
} DUMP_POINTERS, *PDUMP_POINTERS;
|
} DUMP_POINTERS, *PDUMP_POINTERS;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
/* GUIDs */
|
/* GUIDs */
|
||||||
|
|
||||||
DEFINE_GUID(GUID_DEVINTERFACE_COMPORT,
|
DEFINE_GUID(GUID_DEVINTERFACE_COMPORT,
|
||||||
@ -445,8 +442,6 @@ typedef struct _SERIALCONFIG {
|
|||||||
WCHAR ProviderData[1];
|
WCHAR ProviderData[1];
|
||||||
} SERIALCONFIG,*PSERIALCONFIG;
|
} SERIALCONFIG,*PSERIALCONFIG;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_STORAGE_BASE FILE_DEVICE_MASS_STORAGE
|
#define IOCTL_STORAGE_BASE FILE_DEVICE_MASS_STORAGE
|
||||||
|
|
||||||
#define IOCTL_STORAGE_CHECK_VERIFY \
|
#define IOCTL_STORAGE_CHECK_VERIFY \
|
||||||
@ -329,8 +326,6 @@ typedef struct _STORAGE_PROPERTY_QUERY {
|
|||||||
UCHAR AdditionalParameters[1];
|
UCHAR AdditionalParameters[1];
|
||||||
} STORAGE_PROPERTY_QUERY, *PSTORAGE_PROPERTY_QUERY;
|
} STORAGE_PROPERTY_QUERY, *PSTORAGE_PROPERTY_QUERY;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddstor.h"
|
#include "ntddstor.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_TAPE_DEVICE_NAME "\\Device\\Tape"
|
#define DD_TAPE_DEVICE_NAME "\\Device\\Tape"
|
||||||
#define DD_TAPE_DEVICE_NAME_U L"\\Device\\Tape"
|
#define DD_TAPE_DEVICE_NAME_U L"\\Device\\Tape"
|
||||||
|
|
||||||
@ -75,8 +72,6 @@ typedef enum _TAPE_DRIVE_PROBLEM_TYPE {
|
|||||||
TapeDriveSnappedTape
|
TapeDriveSnappedTape
|
||||||
} TAPE_DRIVE_PROBLEM_TYPE;
|
} TAPE_DRIVE_PROBLEM_TYPE;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_TDI_DEVICE_NAME "\\Device\\UNKNOWN"
|
#define DD_TDI_DEVICE_NAME "\\Device\\UNKNOWN"
|
||||||
#define DD_TDI_DEVICE_NAME_U L"\\Device\\UNKNOWN"
|
#define DD_TDI_DEVICE_NAME_U L"\\Device\\UNKNOWN"
|
||||||
|
|
||||||
@ -57,8 +54,6 @@ extern "C" {
|
|||||||
#define IOCTL_TDI_DISASSOCIATE_ADDRESS _TDI_CONTROL_CODE(12, METHOD_BUFFERED)
|
#define IOCTL_TDI_DISASSOCIATE_ADDRESS _TDI_CONTROL_CODE(12, METHOD_BUFFERED)
|
||||||
#define IOCTL_TDI_ACTION _TDI_CONTROL_CODE(13, METHOD_OUT_DIRECT)
|
#define IOCTL_TDI_ACTION _TDI_CONTROL_CODE(13, METHOD_OUT_DIRECT)
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
@ -435,8 +433,6 @@ typedef struct _VIDEO_HARDWARE_STATE {
|
|||||||
#define VIDEO_DUALVIEW_PRIMARY 0x80000000
|
#define VIDEO_DUALVIEW_PRIMARY 0x80000000
|
||||||
#define VIDEO_DUALVIEW_SECONDARY 0x40000000
|
#define VIDEO_DUALVIEW_SECONDARY 0x40000000
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_VOLUME_BASE ((ULONG) 'V')
|
#define IOCTL_VOLUME_BASE ((ULONG) 'V')
|
||||||
|
|
||||||
#define IOCTL_VOLUME_LOGICAL_TO_PHYSICAL \
|
#define IOCTL_VOLUME_LOGICAL_TO_PHYSICAL \
|
||||||
@ -137,8 +134,6 @@ typedef struct _VOLUME_FAILOVER_SET {
|
|||||||
ULONG DiskNumbers[1];
|
ULONG DiskNumbers[1];
|
||||||
} VOLUME_FAILOVER_SET, *PVOLUME_FAILOVER_SET;
|
} VOLUME_FAILOVER_SET, *PVOLUME_FAILOVER_SET;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "batclass.h"
|
#include "batclass.h"
|
||||||
|
|
||||||
@ -224,9 +222,6 @@ typedef struct _PROCESSOR_POWER_INFORMATION {
|
|||||||
ULONG CurrentIdleState;
|
ULONG CurrentIdleState;
|
||||||
} PROCESSOR_POWER_INFORMATION, *PPROCESSOR_POWER_INFORMATION;
|
} PROCESSOR_POWER_INFORMATION, *PPROCESSOR_POWER_INFORMATION;
|
||||||
|
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "ntddpar.h"
|
#include "ntddpar.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_PARALLEL_PORT_BASE_NAME "ParallelPort"
|
#define DD_PARALLEL_PORT_BASE_NAME "ParallelPort"
|
||||||
#define DD_PARALLEL_PORT_BASE_NAME_U L"ParallelPort"
|
#define DD_PARALLEL_PORT_BASE_NAME_U L"ParallelPort"
|
||||||
|
|
||||||
@ -273,8 +270,6 @@ typedef struct _PARCLASS_INFORMATION {
|
|||||||
PPARALLEL_DESELECT_DEVICE ParallelDeSelect;
|
PPARALLEL_DESELECT_DEVICE ParallelDeSelect;
|
||||||
} PARCLASS_INFORMATION, *PPARCLASS_INFORMATION;
|
} PARCLASS_INFORMATION, *PPARCLASS_INFORMATION;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define DD_IPFLTRDRVR_DEVICE_NAME L"\\Device\\IPFILTERDRIVER"
|
#define DD_IPFLTRDRVR_DEVICE_NAME L"\\Device\\IPFILTERDRIVER"
|
||||||
|
|
||||||
#define INVALID_PF_IF_INDEX 0xffffffff
|
#define INVALID_PF_IF_INDEX 0xffffffff
|
||||||
@ -72,8 +69,6 @@ typedef struct _PF_SET_EXTENSION_HOOK_INFO {
|
|||||||
#define IOCTL_PF_SET_EXTENSION_POINTER \
|
#define IOCTL_PF_SET_EXTENSION_POINTER \
|
||||||
_IPFLTRDRVR_CTL_CODE(22, METHOD_BUFFERED, FILE_WRITE_ACCESS)
|
_IPFLTRDRVR_CTL_CODE(22, METHOD_BUFFERED, FILE_WRITE_ACCESS)
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "batclass.h"
|
#include "batclass.h"
|
||||||
|
|
||||||
|
|
||||||
DEFINE_GUID(GUID_CLASS_INPUT,
|
DEFINE_GUID(GUID_CLASS_INPUT,
|
||||||
0x4D1E55B2L, 0xF16F, 0x11CF, 0x88, 0xCB, 0x00, 0x11, 0x11, 0x00, 0x00, 0x30);
|
0x4D1E55B2L, 0xF16F, 0x11CF, 0x88, 0xCB, 0x00, 0x11, 0x11, 0x00, 0x00, 0x30);
|
||||||
|
|
||||||
@ -114,8 +111,6 @@ typedef struct _PROCESSOR_OBJECT_INFO {
|
|||||||
UCHAR PBlkLength;
|
UCHAR PBlkLength;
|
||||||
} PROCESSOR_OBJECT_INFO, *PPROCESSOR_OBJECT_INFO;
|
} PROCESSOR_OBJECT_INFO, *PPROCESSOR_OBJECT_INFO;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
typedef union _CDB {
|
typedef union _CDB {
|
||||||
@ -1689,8 +1687,6 @@ typedef union _TWO_BYTE {
|
|||||||
(Bit) = _val; \
|
(Bit) = _val; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define IOCTL_SCSISCAN_CMD \
|
#define IOCTL_SCSISCAN_CMD \
|
||||||
CTL_CODE(FILE_DEVICE_SCANNER, SCSISCAN_CMD_CODE, METHOD_OUT_DIRECT, FILE_ANY_ACCESS)
|
CTL_CODE(FILE_DEVICE_SCANNER, SCSISCAN_CMD_CODE, METHOD_OUT_DIRECT, FILE_ANY_ACCESS)
|
||||||
|
|
||||||
@ -126,8 +123,6 @@ typedef struct _SCSISCAN_INFO {
|
|||||||
ULONG Reserved;
|
ULONG Reserved;
|
||||||
} SCSISCAN_INFO, *PSCSISCAN_INFO;
|
} SCSISCAN_INFO, *PSCSISCAN_INFO;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#if !defined(SMBCLASS)
|
#if !defined(SMBCLASS)
|
||||||
#define SMBCLASSAPI DECLSPEC_IMPORT
|
#define SMBCLASSAPI DECLSPEC_IMPORT
|
||||||
#else
|
#else
|
||||||
@ -185,8 +183,6 @@ DDKAPI
|
|||||||
SmbClassUnlockDevice(
|
SmbClassUnlockDevice(
|
||||||
IN PSMB_CLASS SmbClass);
|
IN PSMB_CLASS SmbClass);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
#if defined(_SCSIPORT_)
|
#if defined(_SCSIPORT_)
|
||||||
@ -748,8 +746,6 @@ ScsiDebugPrint(
|
|||||||
IN PCCHAR DebugMessage,
|
IN PCCHAR DebugMessage,
|
||||||
IN ...);
|
IN ...);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "srb.h"
|
#include "srb.h"
|
||||||
|
|
||||||
@ -417,8 +415,6 @@ StorPortSynchronizeAccess(
|
|||||||
#define DebugPrint(x)
|
#define DebugPrint(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct TDIEntityID {
|
typedef struct TDIEntityID {
|
||||||
ULONG tei_entity;
|
ULONG tei_entity;
|
||||||
ULONG tei_instance;
|
ULONG tei_instance;
|
||||||
@ -106,8 +103,6 @@ typedef struct _TCP_REQUEST_SET_INFORMATION_EX {
|
|||||||
UCHAR Buffer[1];
|
UCHAR Buffer[1];
|
||||||
} TCP_REQUEST_SET_INFORMATION_EX, *PTCP_REQUEST_SET_INFORMATION_EX;
|
} TCP_REQUEST_SET_INFORMATION_EX, *PTCP_REQUEST_SET_INFORMATION_EX;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "tdi.h"
|
#include "tdi.h"
|
||||||
|
|
||||||
@ -1157,8 +1155,6 @@ DDKAPI
|
|||||||
TdiUnmapBuffer(
|
TdiUnmapBuffer(
|
||||||
IN PMDL MdlChain);
|
IN PMDL MdlChain);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
/* VIDEOPARAMETERS.dwCommand constants */
|
/* VIDEOPARAMETERS.dwCommand constants */
|
||||||
#define VP_COMMAND_GET 0x00000001
|
#define VP_COMMAND_GET 0x00000001
|
||||||
#define VP_COMMAND_SET 0x00000002
|
#define VP_COMMAND_SET 0x00000002
|
||||||
@ -112,8 +109,6 @@ typedef struct _VIDEOPARAMETERS {
|
|||||||
BYTE bOEMCopyProtection[256];
|
BYTE bOEMCopyProtection[256];
|
||||||
} VIDEOPARAMETERS, *PVIDEOPARAMETERS, FAR *LPVIDEOPARAMETERS;
|
} VIDEOPARAMETERS, *PVIDEOPARAMETERS, FAR *LPVIDEOPARAMETERS;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
#if defined(_APCUPS_)
|
#if defined(_APCUPS_)
|
||||||
@ -89,8 +87,6 @@ UPSWaitForStateChange(
|
|||||||
IN DWORD aCurrentState,
|
IN DWORD aCurrentState,
|
||||||
IN DWORD anInterval);
|
IN DWORD anInterval);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -35,8 +35,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "usb100.h"
|
#include "usb100.h"
|
||||||
|
|
||||||
@ -464,8 +462,6 @@ typedef struct _OS_STRING {
|
|||||||
UCHAR bPad;
|
UCHAR bPad;
|
||||||
} OS_STRING, *POS_STRING;
|
} OS_STRING, *POS_STRING;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define MAXIMUM_USB_STRING_LENGTH 255
|
#define MAXIMUM_USB_STRING_LENGTH 255
|
||||||
|
|
||||||
#define USB_DEVICE_CLASS_RESERVED 0x00
|
#define USB_DEVICE_CLASS_RESERVED 0x00
|
||||||
@ -101,15 +98,18 @@ typedef struct _USB_COMMON_DESCRIPTOR {
|
|||||||
#define USB_CONFIG_SELF_POWERED 0x40
|
#define USB_CONFIG_SELF_POWERED 0x40
|
||||||
#define USB_CONFIG_REMOTE_WAKEUP 0x20
|
#define USB_CONFIG_REMOTE_WAKEUP 0x20
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _USB_CONFIGURATION_DESCRIPTOR {
|
typedef struct _USB_CONFIGURATION_DESCRIPTOR {
|
||||||
UCHAR bLength;
|
UCHAR bLength;
|
||||||
UCHAR bDescriptorType;
|
UCHAR bDescriptorType;
|
||||||
USHORT wTotalLength;
|
USHORT wTotalLength;
|
||||||
UCHAR bNumInterfaces;
|
UCHAR bNumInterfaces;
|
||||||
|
UCHAR bConfigurationValue;
|
||||||
UCHAR iConfiguration;
|
UCHAR iConfiguration;
|
||||||
UCHAR bmAttributes;
|
UCHAR bmAttributes;
|
||||||
UCHAR MaxPower;
|
UCHAR MaxPower;
|
||||||
} USB_CONFIGURATION_DESCRIPTOR, *PUSB_CONFIGURATION_DESCRIPTOR;
|
} USB_CONFIGURATION_DESCRIPTOR, *PUSB_CONFIGURATION_DESCRIPTOR;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
typedef struct _USB_DEVICE_DESCRIPTOR {
|
typedef struct _USB_DEVICE_DESCRIPTOR {
|
||||||
UCHAR bLength;
|
UCHAR bLength;
|
||||||
@ -140,6 +140,7 @@ typedef struct _USB_DEVICE_DESCRIPTOR {
|
|||||||
#define USB_ENDPOINT_TYPE_BULK 0x02
|
#define USB_ENDPOINT_TYPE_BULK 0x02
|
||||||
#define USB_ENDPOINT_TYPE_INTERRUPT 0x03
|
#define USB_ENDPOINT_TYPE_INTERRUPT 0x03
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _USB_ENDPOINT_DESCRIPTOR {
|
typedef struct _USB_ENDPOINT_DESCRIPTOR {
|
||||||
UCHAR bLength;
|
UCHAR bLength;
|
||||||
UCHAR bDescriptorType;
|
UCHAR bDescriptorType;
|
||||||
@ -148,6 +149,7 @@ typedef struct _USB_ENDPOINT_DESCRIPTOR {
|
|||||||
USHORT wMaxPacketSize;
|
USHORT wMaxPacketSize;
|
||||||
UCHAR bInterval;
|
UCHAR bInterval;
|
||||||
} USB_ENDPOINT_DESCRIPTOR, *PUSB_ENDPOINT_DESCRIPTOR;
|
} USB_ENDPOINT_DESCRIPTOR, *PUSB_ENDPOINT_DESCRIPTOR;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
#define USB_FEATURE_ENDPOINT_STALL 0x0000
|
#define USB_FEATURE_ENDPOINT_STALL 0x0000
|
||||||
#define USB_FEATURE_REMOTE_WAKEUP 0x0001
|
#define USB_FEATURE_REMOTE_WAKEUP 0x0001
|
||||||
@ -170,6 +172,7 @@ typedef struct _USB_STRING_DESCRIPTOR {
|
|||||||
WCHAR bString[1];
|
WCHAR bString[1];
|
||||||
} USB_STRING_DESCRIPTOR, *PUSB_STRING_DESCRIPTOR;
|
} USB_STRING_DESCRIPTOR, *PUSB_STRING_DESCRIPTOR;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _USB_HUB_DESCRIPTOR {
|
typedef struct _USB_HUB_DESCRIPTOR {
|
||||||
UCHAR bDescriptorLength;
|
UCHAR bDescriptorLength;
|
||||||
UCHAR bDescriptorType;
|
UCHAR bDescriptorType;
|
||||||
@ -179,6 +182,7 @@ typedef struct _USB_HUB_DESCRIPTOR {
|
|||||||
UCHAR bHubControlCurrent;
|
UCHAR bHubControlCurrent;
|
||||||
UCHAR bRemoveAndPowerMask[64];
|
UCHAR bRemoveAndPowerMask[64];
|
||||||
} USB_HUB_DESCRIPTOR, *PUSB_HUB_DESCRIPTOR;
|
} USB_HUB_DESCRIPTOR, *PUSB_HUB_DESCRIPTOR;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
#define USB_SUPPORT_D0_COMMAND 0x01
|
#define USB_SUPPORT_D0_COMMAND 0x01
|
||||||
#define USB_SUPPORT_D1_COMMAND 0x02
|
#define USB_SUPPORT_D1_COMMAND 0x02
|
||||||
@ -209,6 +213,7 @@ typedef struct _USB_CONFIGURATION_POWER_DESCRIPTOR {
|
|||||||
#define USB_FEATURE_INTERFACE_POWER_D2 0x0004
|
#define USB_FEATURE_INTERFACE_POWER_D2 0x0004
|
||||||
#define USB_FEATURE_INTERFACE_POWER_D3 0x0005
|
#define USB_FEATURE_INTERFACE_POWER_D3 0x0005
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _USB_INTERFACE_POWER_DESCRIPTOR {
|
typedef struct _USB_INTERFACE_POWER_DESCRIPTOR {
|
||||||
UCHAR bLength;
|
UCHAR bLength;
|
||||||
UCHAR bDescriptorType;
|
UCHAR bDescriptorType;
|
||||||
@ -223,8 +228,7 @@ typedef struct _USB_INTERFACE_POWER_DESCRIPTOR {
|
|||||||
USHORT TransitionTimeFromD2;
|
USHORT TransitionTimeFromD2;
|
||||||
USHORT TransitionTimeFromD3;
|
USHORT TransitionTimeFromD3;
|
||||||
} USB_INTERFACE_POWER_DESCRIPTOR, *PUSB_INTERFACE_POWER_DESCRIPTOR;
|
} USB_INTERFACE_POWER_DESCRIPTOR, *PUSB_INTERFACE_POWER_DESCRIPTOR;
|
||||||
|
#include <poppack.h>
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@ -35,12 +35,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "usbioctl.h"
|
#include "usbioctl.h"
|
||||||
|
|
||||||
|
|
||||||
#define USBDI_VERSION 0x300
|
#define USBDI_VERSION 0x300
|
||||||
|
|
||||||
#define USB_DEFAULT_DEVICE_ADDRESS 0
|
#define USB_DEFAULT_DEVICE_ADDRESS 0
|
||||||
@ -401,8 +398,6 @@ typedef struct _URB {
|
|||||||
};
|
};
|
||||||
} URB, *PURB;
|
} URB, *PURB;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "usb100.h"
|
#include "usb100.h"
|
||||||
#include "usbiodef.h"
|
#include "usbiodef.h"
|
||||||
@ -151,6 +149,8 @@ typedef enum _USB_CONNECTION_STATUS {
|
|||||||
DeviceInLegacyHub
|
DeviceInLegacyHub
|
||||||
} USB_CONNECTION_STATUS, *PUSB_CONNECTION_STATUS;
|
} USB_CONNECTION_STATUS, *PUSB_CONNECTION_STATUS;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
|
|
||||||
typedef struct _USB_DESCRIPTOR_REQUEST {
|
typedef struct _USB_DESCRIPTOR_REQUEST {
|
||||||
ULONG ConnectionIndex;
|
ULONG ConnectionIndex;
|
||||||
struct {
|
struct {
|
||||||
@ -344,7 +344,7 @@ typedef struct _USB_ROOT_HUB_NAME {
|
|||||||
WCHAR RootHubName[1];
|
WCHAR RootHubName[1];
|
||||||
} USB_ROOT_HUB_NAME, *PUSB_ROOT_HUB_NAME;
|
} USB_ROOT_HUB_NAME, *PUSB_ROOT_HUB_NAME;
|
||||||
|
|
||||||
#pragma pack(pop)
|
#include <poppack.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
DEFINE_GUID(GUID_DEVINTERFACE_USB_HUB, \
|
DEFINE_GUID(GUID_DEVINTERFACE_USB_HUB, \
|
||||||
0xf18a0e88, 0xc30c, 0x11d0, 0x88, 0x15, 0x00, 0xa0, 0xc9, 0x06, 0xbe, 0xd8);
|
0xf18a0e88, 0xc30c, 0x11d0, 0x88, 0x15, 0x00, 0xa0, 0xc9, 0x06, 0xbe, 0xd8);
|
||||||
|
|
||||||
@ -102,8 +99,6 @@ DEFINE_GUID(GUID_USB_WMI_STD_NOTIFICATION,
|
|||||||
METHOD_NEITHER, \
|
METHOD_NEITHER, \
|
||||||
FILE_ANY_ACCESS)
|
FILE_ANY_ACCESS)
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,11 +31,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
|
|
||||||
#define FILE_DEVICE_USB_SCAN 0x8000
|
#define FILE_DEVICE_USB_SCAN 0x8000
|
||||||
#define IOCTL_INDEX 0x0800
|
#define IOCTL_INDEX 0x0800
|
||||||
|
|
||||||
@ -154,8 +151,6 @@ typedef enum _PIPE_TYPE {
|
|||||||
ALL_PIPE
|
ALL_PIPE
|
||||||
} PIPE_TYPE;
|
} PIPE_TYPE;
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,12 +31,11 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
#include "usbiodef.h"
|
#include "usbiodef.h"
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
|
|
||||||
#define USBUSER_VERSION 0x0004
|
#define USBUSER_VERSION 0x0004
|
||||||
|
|
||||||
@ -320,7 +319,7 @@ typedef struct _USBUSER_GET_USB2HW_VERSION {
|
|||||||
USB_USB2HW_VERSION_PARAMETERS Parameters;
|
USB_USB2HW_VERSION_PARAMETERS Parameters;
|
||||||
} USBUSER_GET_USB2HW_VERSION, *PUSBUSER_GET_USB2HW_VERSION;
|
} USBUSER_GET_USB2HW_VERSION, *PUSBUSER_GET_USB2HW_VERSION;
|
||||||
|
|
||||||
#pragma pack(pop)
|
#include <poppack.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
#include "video.h"
|
#include "video.h"
|
||||||
|
|
||||||
@ -124,8 +122,6 @@ VideoPortGetAgpServices(
|
|||||||
IN PVOID HwDeviceExtension,
|
IN PVOID HwDeviceExtension,
|
||||||
IN PVIDEO_PORT_AGP_SERVICES AgpServices);
|
IN PVIDEO_PORT_AGP_SERVICES AgpServices);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -828,7 +828,7 @@ typedef struct _GDIINFO {
|
|||||||
typedef struct _PATHDATA {
|
typedef struct _PATHDATA {
|
||||||
FLONG flags;
|
FLONG flags;
|
||||||
ULONG count;
|
ULONG count;
|
||||||
POINTFIX pptfx;
|
POINTFIX *glypptfx;
|
||||||
} PATHDATA, *PPATHDATA;
|
} PATHDATA, *PPATHDATA;
|
||||||
|
|
||||||
/* PATHOBJ.fl constants */
|
/* PATHOBJ.fl constants */
|
||||||
@ -856,7 +856,7 @@ typedef union _GLYPHDEF {
|
|||||||
typedef struct _GLYPHPOS {
|
typedef struct _GLYPHPOS {
|
||||||
HGLYPH hg;
|
HGLYPH hg;
|
||||||
GLYPHDEF *pgdf;
|
GLYPHDEF *pgdf;
|
||||||
POINTL *ptl;
|
POINTL ptl;
|
||||||
} GLYPHPOS, *PGLYPHPOS;
|
} GLYPHPOS, *PGLYPHPOS;
|
||||||
|
|
||||||
typedef struct _GLYPHDATA {
|
typedef struct _GLYPHDATA {
|
||||||
@ -4147,8 +4147,6 @@ DrvGetDirectDrawInfo(
|
|||||||
OUT DWORD *pdwNumFourCCCodes,
|
OUT DWORD *pdwNumFourCCCodes,
|
||||||
OUT DWORD *pdwFourCC);
|
OUT DWORD *pdwFourCC);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Definitions specific to this Device Driver Kit
|
** Definitions specific to this Device Driver Kit
|
||||||
*/
|
*/
|
||||||
@ -428,100 +426,100 @@ typedef enum _IO_ALLOCATION_ACTION {
|
|||||||
DeallocateObjectKeepRegisters
|
DeallocateObjectKeepRegisters
|
||||||
} IO_ALLOCATION_ACTION, *PIO_ALLOCATION_ACTION;
|
} IO_ALLOCATION_ACTION, *PIO_ALLOCATION_ACTION;
|
||||||
|
|
||||||
typedef IO_ALLOCATION_ACTION DDKAPI
|
typedef IO_ALLOCATION_ACTION
|
||||||
(*PDRIVER_CONTROL)(
|
(DDKAPI *PDRIVER_CONTROL)(
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN struct _IRP *Irp,
|
IN struct _IRP *Irp,
|
||||||
IN PVOID MapRegisterBase,
|
IN PVOID MapRegisterBase,
|
||||||
IN PVOID Context);
|
IN PVOID Context);
|
||||||
|
|
||||||
typedef VOID DDKAPI
|
typedef VOID
|
||||||
(*PDRIVER_LIST_CONTROL)(
|
(DDKAPI *PDRIVER_LIST_CONTROL)(
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN struct _IRP *Irp,
|
IN struct _IRP *Irp,
|
||||||
IN struct _SCATTER_GATHER_LIST *ScatterGather,
|
IN struct _SCATTER_GATHER_LIST *ScatterGather,
|
||||||
IN PVOID Context);
|
IN PVOID Context);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PDRIVER_ADD_DEVICE)(
|
(DDKAPI *PDRIVER_ADD_DEVICE)(
|
||||||
IN struct _DRIVER_OBJECT *DriverObject,
|
IN struct _DRIVER_OBJECT *DriverObject,
|
||||||
IN struct _DEVICE_OBJECT *PhysicalDeviceObject);
|
IN struct _DEVICE_OBJECT *PhysicalDeviceObject);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PIO_COMPLETION_ROUTINE)(
|
(DDKAPI *PIO_COMPLETION_ROUTINE)(
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN struct _IRP *Irp,
|
IN struct _IRP *Irp,
|
||||||
IN PVOID Context);
|
IN PVOID Context);
|
||||||
|
|
||||||
typedef VOID DDKAPI
|
typedef VOID
|
||||||
(*PDRIVER_CANCEL)(
|
(DDKAPI *PDRIVER_CANCEL)(
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN struct _IRP *Irp);
|
IN struct _IRP *Irp);
|
||||||
|
|
||||||
typedef VOID DDKAPI
|
typedef VOID
|
||||||
(*PKDEFERRED_ROUTINE)(
|
(DDKAPI *PKDEFERRED_ROUTINE)(
|
||||||
IN struct _KDPC *Dpc,
|
IN struct _KDPC *Dpc,
|
||||||
IN PVOID DeferredContext,
|
IN PVOID DeferredContext,
|
||||||
IN PVOID SystemArgument1,
|
IN PVOID SystemArgument1,
|
||||||
IN PVOID SystemArgument2);
|
IN PVOID SystemArgument2);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PDRIVER_DISPATCH)(
|
(DDKAPI *PDRIVER_DISPATCH)(
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN struct _IRP *Irp);
|
IN struct _IRP *Irp);
|
||||||
|
|
||||||
typedef VOID DDKAPI
|
typedef VOID
|
||||||
(*PIO_DPC_ROUTINE)(
|
(DDKAPI *PIO_DPC_ROUTINE)(
|
||||||
IN struct _KDPC *Dpc,
|
IN struct _KDPC *Dpc,
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN struct _IRP *Irp,
|
IN struct _IRP *Irp,
|
||||||
IN PVOID Context);
|
IN PVOID Context);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PMM_DLL_INITIALIZE)(
|
(DDKAPI *PMM_DLL_INITIALIZE)(
|
||||||
IN PUNICODE_STRING RegistryPath);
|
IN PUNICODE_STRING RegistryPath);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PMM_DLL_UNLOAD)(
|
(DDKAPI *PMM_DLL_UNLOAD)(
|
||||||
VOID);
|
VOID);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PDRIVER_ENTRY)(
|
(DDKAPI *PDRIVER_ENTRY)(
|
||||||
IN struct _DRIVER_OBJECT *DriverObject,
|
IN struct _DRIVER_OBJECT *DriverObject,
|
||||||
IN PUNICODE_STRING RegistryPath);
|
IN PUNICODE_STRING RegistryPath);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PDRIVER_INITIALIZE)(
|
(DDKAPI *PDRIVER_INITIALIZE)(
|
||||||
IN struct _DRIVER_OBJECT *DriverObject,
|
IN struct _DRIVER_OBJECT *DriverObject,
|
||||||
IN PUNICODE_STRING RegistryPath);
|
IN PUNICODE_STRING RegistryPath);
|
||||||
|
|
||||||
typedef BOOLEAN DDKAPI
|
typedef BOOLEAN
|
||||||
(*PKSERVICE_ROUTINE)(
|
(DDKAPI *PKSERVICE_ROUTINE)(
|
||||||
IN struct _KINTERRUPT *Interrupt,
|
IN struct _KINTERRUPT *Interrupt,
|
||||||
IN PVOID ServiceContext);
|
IN PVOID ServiceContext);
|
||||||
|
|
||||||
typedef VOID DDKAPI
|
typedef VOID
|
||||||
(*PIO_TIMER_ROUTINE)(
|
(DDKAPI *PIO_TIMER_ROUTINE)(
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN PVOID Context);
|
IN PVOID Context);
|
||||||
|
|
||||||
typedef VOID DDKAPI
|
typedef VOID
|
||||||
(*PDRIVER_REINITIALIZE)(
|
(DDKAPI *PDRIVER_REINITIALIZE)(
|
||||||
IN struct _DRIVER_OBJECT *DriverObject,
|
IN struct _DRIVER_OBJECT *DriverObject,
|
||||||
IN PVOID Context,
|
IN PVOID Context,
|
||||||
IN ULONG Count);
|
IN ULONG Count);
|
||||||
|
|
||||||
typedef NTSTATUS DDKAPI
|
typedef NTSTATUS
|
||||||
(*PDRIVER_STARTIO)(
|
(DDKAPI *PDRIVER_STARTIO)(
|
||||||
IN struct _DEVICE_OBJECT *DeviceObject,
|
IN struct _DEVICE_OBJECT *DeviceObject,
|
||||||
IN struct _IRP *Irp);
|
IN struct _IRP *Irp);
|
||||||
|
|
||||||
typedef BOOLEAN DDKAPI
|
typedef BOOLEAN
|
||||||
(*PKSYNCHRONIZE_ROUTINE)(
|
(DDKAPI *PKSYNCHRONIZE_ROUTINE)(
|
||||||
IN PVOID SynchronizeContext);
|
IN PVOID SynchronizeContext);
|
||||||
|
|
||||||
typedef VOID DDKAPI
|
typedef VOID
|
||||||
(*PDRIVER_UNLOAD)(
|
(DDKAPI *PDRIVER_UNLOAD)(
|
||||||
IN struct _DRIVER_OBJECT *DriverObject);
|
IN struct _DRIVER_OBJECT *DriverObject);
|
||||||
|
|
||||||
|
|
||||||
@ -1094,6 +1092,7 @@ typedef struct _EISA_MEMORY_TYPE {
|
|||||||
UCHAR MoreEntries : 1;
|
UCHAR MoreEntries : 1;
|
||||||
} EISA_MEMORY_TYPE, *PEISA_MEMORY_TYPE;
|
} EISA_MEMORY_TYPE, *PEISA_MEMORY_TYPE;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _EISA_MEMORY_CONFIGURATION {
|
typedef struct _EISA_MEMORY_CONFIGURATION {
|
||||||
EISA_MEMORY_TYPE ConfigurationByte;
|
EISA_MEMORY_TYPE ConfigurationByte;
|
||||||
UCHAR DataSize;
|
UCHAR DataSize;
|
||||||
@ -1101,6 +1100,7 @@ typedef struct _EISA_MEMORY_CONFIGURATION {
|
|||||||
UCHAR AddressHighByte;
|
UCHAR AddressHighByte;
|
||||||
USHORT MemorySize;
|
USHORT MemorySize;
|
||||||
} EISA_MEMORY_CONFIGURATION, *PEISA_MEMORY_CONFIGURATION;
|
} EISA_MEMORY_CONFIGURATION, *PEISA_MEMORY_CONFIGURATION;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
typedef struct _EISA_IRQ_DESCRIPTOR {
|
typedef struct _EISA_IRQ_DESCRIPTOR {
|
||||||
UCHAR Interrupt : 4;
|
UCHAR Interrupt : 4;
|
||||||
@ -1134,6 +1134,7 @@ typedef struct _EISA_DMA_CONFIGURATION {
|
|||||||
DMA_CONFIGURATION_BYTE1 ConfigurationByte1;
|
DMA_CONFIGURATION_BYTE1 ConfigurationByte1;
|
||||||
} EISA_DMA_CONFIGURATION, *PEISA_DMA_CONFIGURATION;
|
} EISA_DMA_CONFIGURATION, *PEISA_DMA_CONFIGURATION;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _EISA_PORT_DESCRIPTOR {
|
typedef struct _EISA_PORT_DESCRIPTOR {
|
||||||
UCHAR NumberPorts : 5;
|
UCHAR NumberPorts : 5;
|
||||||
UCHAR Reserved : 1;
|
UCHAR Reserved : 1;
|
||||||
@ -1145,6 +1146,7 @@ typedef struct _EISA_PORT_CONFIGURATION {
|
|||||||
EISA_PORT_DESCRIPTOR Configuration;
|
EISA_PORT_DESCRIPTOR Configuration;
|
||||||
USHORT PortAddress;
|
USHORT PortAddress;
|
||||||
} EISA_PORT_CONFIGURATION, *PEISA_PORT_CONFIGURATION;
|
} EISA_PORT_CONFIGURATION, *PEISA_PORT_CONFIGURATION;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
typedef struct _CM_EISA_FUNCTION_INFORMATION {
|
typedef struct _CM_EISA_FUNCTION_INFORMATION {
|
||||||
ULONG CompressedId;
|
ULONG CompressedId;
|
||||||
@ -1243,6 +1245,7 @@ typedef struct _PNP_BUS_INFORMATION {
|
|||||||
ULONG BusNumber;
|
ULONG BusNumber;
|
||||||
} PNP_BUS_INFORMATION, *PPNP_BUS_INFORMATION;
|
} PNP_BUS_INFORMATION, *PPNP_BUS_INFORMATION;
|
||||||
|
|
||||||
|
#include <pshpack1.h>
|
||||||
typedef struct _CM_PARTIAL_RESOURCE_DESCRIPTOR {
|
typedef struct _CM_PARTIAL_RESOURCE_DESCRIPTOR {
|
||||||
UCHAR Type;
|
UCHAR Type;
|
||||||
UCHAR ShareDisposition;
|
UCHAR ShareDisposition;
|
||||||
@ -1373,6 +1376,7 @@ typedef struct _CM_INT13_DRIVE_PARAMETER {
|
|||||||
USHORT MaxHeads;
|
USHORT MaxHeads;
|
||||||
USHORT NumberDrives;
|
USHORT NumberDrives;
|
||||||
} CM_INT13_DRIVE_PARAMETER, *PCM_INT13_DRIVE_PARAMETER;
|
} CM_INT13_DRIVE_PARAMETER, *PCM_INT13_DRIVE_PARAMETER;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
typedef struct _CM_KEYBOARD_DEVICE_DATA {
|
typedef struct _CM_KEYBOARD_DEVICE_DATA {
|
||||||
USHORT Version;
|
USHORT Version;
|
||||||
@ -1966,7 +1970,7 @@ typedef struct _FILE_NAME_INFORMATION {
|
|||||||
WCHAR FileName[1];
|
WCHAR FileName[1];
|
||||||
} FILE_NAME_INFORMATION, *PFILE_NAME_INFORMATION;
|
} FILE_NAME_INFORMATION, *PFILE_NAME_INFORMATION;
|
||||||
|
|
||||||
typedef struct FILE_BASIC_INFORMATION {
|
typedef struct _FILE_BASIC_INFORMATION {
|
||||||
LARGE_INTEGER CreationTime;
|
LARGE_INTEGER CreationTime;
|
||||||
LARGE_INTEGER LastAccessTime;
|
LARGE_INTEGER LastAccessTime;
|
||||||
LARGE_INTEGER LastWriteTime;
|
LARGE_INTEGER LastWriteTime;
|
||||||
@ -2331,7 +2335,6 @@ typedef struct _FAST_IO_DISPATCH {
|
|||||||
PFAST_IO_RELEASE_FOR_CCFLUSH ReleaseForCcFlush;
|
PFAST_IO_RELEASE_FOR_CCFLUSH ReleaseForCcFlush;
|
||||||
} FAST_IO_DISPATCH, *PFAST_IO_DISPATCH;
|
} FAST_IO_DISPATCH, *PFAST_IO_DISPATCH;
|
||||||
|
|
||||||
/* NOTE: PVOID for methods to avoid 'assignment from incompatible pointer type' warning */
|
|
||||||
typedef struct _DRIVER_OBJECT {
|
typedef struct _DRIVER_OBJECT {
|
||||||
CSHORT Type;
|
CSHORT Type;
|
||||||
CSHORT Size;
|
CSHORT Size;
|
||||||
@ -2343,11 +2346,11 @@ typedef struct _DRIVER_OBJECT {
|
|||||||
PDRIVER_EXTENSION DriverExtension;
|
PDRIVER_EXTENSION DriverExtension;
|
||||||
UNICODE_STRING DriverName;
|
UNICODE_STRING DriverName;
|
||||||
PUNICODE_STRING HardwareDatabase;
|
PUNICODE_STRING HardwareDatabase;
|
||||||
PVOID FastIoDispatch;
|
PFAST_IO_DISPATCH FastIoDispatch;
|
||||||
PVOID DriverInit;
|
PDRIVER_INITIALIZE DriverInit;
|
||||||
PVOID DriverStartIo;
|
PDRIVER_STARTIO DriverStartIo;
|
||||||
PVOID DriverUnload;
|
PDRIVER_UNLOAD DriverUnload;
|
||||||
PVOID MajorFunction[IRP_MJ_MAXIMUM_FUNCTION + 1];
|
PDRIVER_DISPATCH MajorFunction[IRP_MJ_MAXIMUM_FUNCTION + 1];
|
||||||
} DRIVER_OBJECT;
|
} DRIVER_OBJECT;
|
||||||
typedef struct _DRIVER_OBJECT *PDRIVER_OBJECT;
|
typedef struct _DRIVER_OBJECT *PDRIVER_OBJECT;
|
||||||
|
|
||||||
@ -2443,6 +2446,7 @@ typedef struct _SECURITY_SUBJECT_CONTEXT {
|
|||||||
PVOID ProcessAuditId;
|
PVOID ProcessAuditId;
|
||||||
} SECURITY_SUBJECT_CONTEXT, *PSECURITY_SUBJECT_CONTEXT;
|
} SECURITY_SUBJECT_CONTEXT, *PSECURITY_SUBJECT_CONTEXT;
|
||||||
|
|
||||||
|
#include <pshpack4.h>
|
||||||
typedef struct _ACCESS_STATE {
|
typedef struct _ACCESS_STATE {
|
||||||
LUID OperationID;
|
LUID OperationID;
|
||||||
BOOLEAN SecurityEvaluated;
|
BOOLEAN SecurityEvaluated;
|
||||||
@ -2465,6 +2469,7 @@ typedef struct _ACCESS_STATE {
|
|||||||
UNICODE_STRING ObjectName;
|
UNICODE_STRING ObjectName;
|
||||||
UNICODE_STRING ObjectTypeName;
|
UNICODE_STRING ObjectTypeName;
|
||||||
} ACCESS_STATE, *PACCESS_STATE;
|
} ACCESS_STATE, *PACCESS_STATE;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
typedef struct _IO_SECURITY_CONTEXT {
|
typedef struct _IO_SECURITY_CONTEXT {
|
||||||
PSECURITY_QUALITY_OF_SERVICE SecurityQos;
|
PSECURITY_QUALITY_OF_SERVICE SecurityQos;
|
||||||
@ -2523,6 +2528,7 @@ typedef struct _IO_CSQ {
|
|||||||
PVOID ReservePointer;
|
PVOID ReservePointer;
|
||||||
} IO_CSQ, *PIO_CSQ;
|
} IO_CSQ, *PIO_CSQ;
|
||||||
|
|
||||||
|
#include <pshpack4.h>
|
||||||
typedef struct _IO_STACK_LOCATION {
|
typedef struct _IO_STACK_LOCATION {
|
||||||
UCHAR MajorFunction;
|
UCHAR MajorFunction;
|
||||||
UCHAR MinorFunction;
|
UCHAR MinorFunction;
|
||||||
@ -2663,6 +2669,7 @@ typedef struct _IO_STACK_LOCATION {
|
|||||||
PIO_COMPLETION_ROUTINE CompletionRoutine;
|
PIO_COMPLETION_ROUTINE CompletionRoutine;
|
||||||
PVOID Context;
|
PVOID Context;
|
||||||
} IO_STACK_LOCATION, *PIO_STACK_LOCATION;
|
} IO_STACK_LOCATION, *PIO_STACK_LOCATION;
|
||||||
|
#include <poppack.h>
|
||||||
|
|
||||||
/* IO_STACK_LOCATION.Control */
|
/* IO_STACK_LOCATION.Control */
|
||||||
|
|
||||||
@ -3703,6 +3710,7 @@ typedef ULONG PFN_NUMBER, *PPFN_NUMBER;
|
|||||||
#define LOW_LEVEL 0
|
#define LOW_LEVEL 0
|
||||||
#define APC_LEVEL 1
|
#define APC_LEVEL 1
|
||||||
#define DISPATCH_LEVEL 2
|
#define DISPATCH_LEVEL 2
|
||||||
|
#define SYNCH_LEVEL 27
|
||||||
#define PROFILE_LEVEL 27
|
#define PROFILE_LEVEL 27
|
||||||
#define CLOCK1_LEVEL 28
|
#define CLOCK1_LEVEL 28
|
||||||
#define CLOCK2_LEVEL 28
|
#define CLOCK2_LEVEL 28
|
||||||
@ -3720,31 +3728,31 @@ typedef struct _KPCR_TIB {
|
|||||||
DWORD Version; /* 10 */
|
DWORD Version; /* 10 */
|
||||||
} DUMMYUNIONNAME;
|
} DUMMYUNIONNAME;
|
||||||
PVOID ArbitraryUserPointer; /* 14 */
|
PVOID ArbitraryUserPointer; /* 14 */
|
||||||
} KPCR_TIB, *PKPCR_TIB; /* 18 */
|
struct _NT_TIB *Self; /* 18 */
|
||||||
|
} KPCR_TIB, *PKPCR_TIB; /* 1C */
|
||||||
|
|
||||||
#define PCR_MINOR_VERSION 1
|
#define PCR_MINOR_VERSION 1
|
||||||
#define PCR_MAJOR_VERSION 1
|
#define PCR_MAJOR_VERSION 1
|
||||||
|
|
||||||
typedef struct _KPCR {
|
typedef struct _KPCR {
|
||||||
KPCR_TIB Tib; /* 00 */
|
KPCR_TIB Tib; /* 00 */
|
||||||
struct _KPCR *Self; /* 18 */
|
struct _KPCR *Self; /* 1C */
|
||||||
struct _KPRCB *PCRCB; /* 1C */
|
struct _KPRCB *PCRCB; /* 20 */
|
||||||
KIRQL Irql; /* 20 */
|
KIRQL Irql; /* 24 */
|
||||||
ULONG IRR; /* 24 */
|
ULONG IRR; /* 28 */
|
||||||
ULONG IrrActive; /* 28 */
|
ULONG IrrActive; /* 2C */
|
||||||
ULONG IDR; /* 2C */
|
ULONG IDR; /* 30 */
|
||||||
PVOID KdVersionBlock; /* 30 */
|
PVOID KdVersionBlock; /* 34 */
|
||||||
PUSHORT IDT; /* 34 */
|
PUSHORT IDT; /* 38 */
|
||||||
PUSHORT GDT; /* 38 */
|
PUSHORT GDT; /* 3C */
|
||||||
struct _KTSS *TSS; /* 3C */
|
struct _KTSS *TSS; /* 40 */
|
||||||
USHORT MajorVersion; /* 40 */
|
USHORT MajorVersion; /* 44 */
|
||||||
USHORT MinorVersion; /* 42 */
|
USHORT MinorVersion; /* 46 */
|
||||||
KAFFINITY SetMember; /* 44 */
|
KAFFINITY SetMember; /* 48 */
|
||||||
ULONG StallScaleFactor; /* 48 */
|
ULONG StallScaleFactor; /* 4C */
|
||||||
UCHAR DebugActive; /* 4C */
|
UCHAR SpareUnused; /* 50 */
|
||||||
UCHAR ProcessorNumber; /* 4D */
|
UCHAR Number; /* 51 */
|
||||||
UCHAR Reserved[2]; /* 4E */
|
} KPCR, *PKPCR; /* 54 */
|
||||||
} KPCR, *PKPCR; /* 50 */
|
|
||||||
|
|
||||||
typedef struct _KFLOATING_SAVE {
|
typedef struct _KFLOATING_SAVE {
|
||||||
ULONG ControlWord;
|
ULONG ControlWord;
|
||||||
@ -4142,6 +4150,8 @@ RemoveTailList(
|
|||||||
return Entry;
|
return Entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if !defined(_WINBASE_H) || _WIN32_WINNT < 0x0501
|
||||||
|
|
||||||
NTOSAPI
|
NTOSAPI
|
||||||
PSLIST_ENTRY
|
PSLIST_ENTRY
|
||||||
DDKFASTAPI
|
DDKFASTAPI
|
||||||
@ -4155,6 +4165,8 @@ InterlockedPushEntrySList(
|
|||||||
IN PSLIST_HEADER ListHead,
|
IN PSLIST_HEADER ListHead,
|
||||||
IN PSLIST_ENTRY ListEntry);
|
IN PSLIST_ENTRY ListEntry);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* USHORT
|
* USHORT
|
||||||
* QueryDepthSList(
|
* QueryDepthSList(
|
||||||
@ -4398,12 +4410,12 @@ RtlDeleteRegistryValue(
|
|||||||
/*
|
/*
|
||||||
* BOOLEAN
|
* BOOLEAN
|
||||||
* RtlEqualLuid(
|
* RtlEqualLuid(
|
||||||
* IN LUID* Luid1,
|
* IN LUID Luid1,
|
||||||
* IN LUID* Luid2)
|
* IN LUID Luid2)
|
||||||
*/
|
*/
|
||||||
#define RtlEqualLuid(_Luid1,_Luid2) \
|
#define RtlEqualLuid(_Luid1, \
|
||||||
((BOOLEAN) (((_Luid1)->LowPart == (_Luid2)->LowPart) \
|
_Luid2) \
|
||||||
&& ((_Luid1)->HighPart == (_Luid2)->HighPart)))
|
((Luid1.LowPart == Luid2.LowPart) && (Luid1.HighPart == Luid2.HighPart))
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ULONG
|
* ULONG
|
||||||
@ -5790,8 +5802,6 @@ WRITE_REGISTER_USHORT(
|
|||||||
IN PUSHORT Register,
|
IN PUSHORT Register,
|
||||||
IN USHORT Value);
|
IN USHORT Value);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** I/O manager routines **/
|
/** I/O manager routines **/
|
||||||
|
|
||||||
NTOSAPI
|
NTOSAPI
|
||||||
@ -7116,14 +7126,11 @@ KeAcquireSpinLock(
|
|||||||
OUT PKIRQL OldIrql);
|
OUT PKIRQL OldIrql);
|
||||||
|
|
||||||
/* System Service Dispatch Table */
|
/* System Service Dispatch Table */
|
||||||
typedef struct _SSDT {
|
typedef PVOID (NTAPI * SSDT)(VOID);
|
||||||
ULONG SysCallPtr;
|
typedef SSDT * PSSDT;
|
||||||
} SSDT, *PSSDT;
|
|
||||||
|
|
||||||
/* System Service Parameters Table */
|
/* System Service Parameters Table */
|
||||||
typedef struct _SSPT {
|
typedef UCHAR SSPT, * PSSPT;
|
||||||
ULONG ParamBytes;
|
|
||||||
} SSPT, *PSSPT;
|
|
||||||
|
|
||||||
typedef struct _SSDT_ENTRY {
|
typedef struct _SSDT_ENTRY {
|
||||||
PSSDT SSDT;
|
PSSDT SSDT;
|
||||||
@ -7317,12 +7324,6 @@ DDKAPI
|
|||||||
KeLeaveCriticalRegion(
|
KeLeaveCriticalRegion(
|
||||||
VOID);
|
VOID);
|
||||||
|
|
||||||
NTOSAPI
|
|
||||||
VOID
|
|
||||||
DDKAPI
|
|
||||||
KeLowerIrql(
|
|
||||||
IN KIRQL NewIrql);
|
|
||||||
|
|
||||||
NTOSAPI
|
NTOSAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
DDKAPI
|
DDKAPI
|
||||||
@ -7367,19 +7368,6 @@ DDKAPI
|
|||||||
KeQueryTimeIncrement(
|
KeQueryTimeIncrement(
|
||||||
VOID);
|
VOID);
|
||||||
|
|
||||||
NTOSAPI
|
|
||||||
VOID
|
|
||||||
DDKAPI
|
|
||||||
KeRaiseIrql(
|
|
||||||
IN KIRQL NewIrql,
|
|
||||||
OUT PKIRQL OldIrql);
|
|
||||||
|
|
||||||
NTOSAPI
|
|
||||||
KIRQL
|
|
||||||
DDKAPI
|
|
||||||
KeRaiseIrqlToDpcLevel(
|
|
||||||
VOID);
|
|
||||||
|
|
||||||
NTOSAPI
|
NTOSAPI
|
||||||
LONG
|
LONG
|
||||||
DDKAPI
|
DDKAPI
|
||||||
@ -7606,7 +7594,44 @@ KeWaitForSingleObject(
|
|||||||
IN BOOLEAN Alertable,
|
IN BOOLEAN Alertable,
|
||||||
IN PLARGE_INTEGER Timeout OPTIONAL);
|
IN PLARGE_INTEGER Timeout OPTIONAL);
|
||||||
|
|
||||||
|
#if defined(_X86_)
|
||||||
|
|
||||||
|
NTOSAPI
|
||||||
|
VOID
|
||||||
|
FASTCALL
|
||||||
|
KfLowerIrql(
|
||||||
|
IN KIRQL NewIrql);
|
||||||
|
|
||||||
|
NTOSAPI
|
||||||
|
KIRQL
|
||||||
|
FASTCALL
|
||||||
|
KfRaiseIrql(
|
||||||
|
IN KIRQL NewIrql);
|
||||||
|
|
||||||
|
#define KeLowerIrql(a) KfLowerIrql(a)
|
||||||
|
#define KeRaiseIrql(a,b) *(b) = KfRaiseIrql(a)
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
NTOSAPI
|
||||||
|
VOID
|
||||||
|
DDKAPI
|
||||||
|
KeLowerIrql(
|
||||||
|
IN KIRQL NewIrql);
|
||||||
|
|
||||||
|
NTOSAPI
|
||||||
|
KIRQL
|
||||||
|
DDKAPI
|
||||||
|
KeRaiseIrql(
|
||||||
|
IN KIRQL NewIrql);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
NTOSAPI
|
||||||
|
KIRQL
|
||||||
|
DDKAPI
|
||||||
|
KeRaiseIrqlToDpcLevel(
|
||||||
|
VOID);
|
||||||
|
|
||||||
/** Memory manager routines **/
|
/** Memory manager routines **/
|
||||||
|
|
||||||
@ -9092,8 +9117,6 @@ extern NTOSAPI PBOOLEAN KdDebuggerEnabled;
|
|||||||
#define KD_DEBUGGER_ENABLED *KdDebuggerEnabled
|
#define KD_DEBUGGER_ENABLED *KdDebuggerEnabled
|
||||||
#define KD_DEBUGGER_NOT_PRESENT *KdDebuggerNotPresent
|
#define KD_DEBUGGER_NOT_PRESENT *KdDebuggerNotPresent
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
typedef struct _ZONE_SEGMENT_HEADER {
|
typedef struct _ZONE_SEGMENT_HEADER {
|
||||||
SINGLE_LIST_ENTRY SegmentList;
|
SINGLE_LIST_ENTRY SegmentList;
|
||||||
PVOID Reserved;
|
PVOID Reserved;
|
||||||
@ -599,8 +597,6 @@ Exfi386InterlockedExchangeUlong(
|
|||||||
|
|
||||||
#endif /* _X86_ */
|
#endif /* _X86_ */
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#pragma pack(push,4)
|
|
||||||
|
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include "ntddk.h"
|
#include "ntddk.h"
|
||||||
|
|
||||||
@ -243,8 +241,6 @@ typedef int WSPAPI
|
|||||||
IN OUT LPDWORD lpdwDescriptorLength,
|
IN OUT LPDWORD lpdwDescriptorLength,
|
||||||
OUT LPINT lpErrno);
|
OUT LPINT lpErrno);
|
||||||
|
|
||||||
#pragma pack(pop)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user