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.
3/26/2014
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 |