Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure describes a base and length pair.
Syntax
typedef struct _DEVICEWINDOW_tag {
DWORD dwBase;
DWORD dwLen;
} DEVICEWINDOW, *PDEVICEWINDOW;
Members
- dwBase
Window base address.
- dwLen
Window length.
Requirements
| Header | ddkreg.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Concepts
Interrupts
Loading Device Drivers