SS_WINDOW_INFO (Windows Embedded CE 6.0)
1/6/2010
This structure stores the characteristics and capabilities of a memory or I/O window.
Syntax
typedef struct SS_WINDOW_INFO{
HANDLE hSocket;
UINT16 fWindowCaps;
UINT16 fMemoryCaps;
UINT16 fIOCaps;
UINT16 Reserved;
UINT32 uMemFirstByte;
UINT32 uMemLastByte;
UINT32 uMemMinSize;
UINT32 uMemMaxSize;
UINT32 uMemGranularity;
UINT32 uMemBase;
UINT32 uMemOffset;
UINT32 uIOFirstByte;
UINT32 uIOLastByte;
UINT32 uIOMinSize;
UINT32 uIOMaxSize;
UINT32 uIOGranularity;
UINT8 uAddressLines;
UINT8 fSlowest;
UINT8 fFastest;
UINT8 Reserved2;
} SS_WINDOW_INFO, *PSS_WINDOW_INFO;
Members
- hSocket
Socket handle.
- fWindowCaps
Bit encoded window capabilities.
- fMemoryCaps
Bit encoded memory capabilities.
- fIOCaps
Bit encoded I/O window capabilities.
- Reserved
Reserved.
- uMemFirstByte
Physical address of the first addressable byte.
- uMemLastByte
Physical address of the last addressable byte.
- uMemMinSize
Minimum window size.
- uMemMaxSize
Maximum window size.
- uMemGranularity
Required window granularity.
- uMemBase
Required window base address alignment.
- uMemOffset
Required card offset alignment.
- uIOFirstByte
Physical address of the first addressable byte.
- uIOLastByte
Physical address of the last addressable byte.
- uIOMinSize
Minimum window size.
- uIOMaxSize
Maximum window size.
- uIOGranularity
Required window granularity.
- uAddressLines
Number of decoded I/O lines.
- fSlowest
Bit encoded slowest access speed.
- fFastest
Bit encoded fastest address speed.
- Reserved2
Reserved.
Requirements
Header | socksv2.h |
Windows Embedded CE | Windows CE 5.0 and later |