Compartir a través de


SS_WINDOW_INFO (Windows CE 5.0)

Send Feedback

This structure stores the characteristics and capabilities of a memory or I/O window.

typedef struct SS_WINDOW_INFO{HANDLEhSocket;
  UINT16fWindowCaps;
  UINT16fMemoryCaps;
  UINT16fIOCaps;
  UINT16Reserved;
  UINT32uMemFirstByte;
  UINT32uMemLastByte;
  UINT32uMemMinSize;
  UINT32uMemMaxSize;
  UINT32uMemGranularity;
  UINT32uMemBase;
  UINT32uMemOffset;
  UINT32uIOFirstByte;
  UINT32uIOLastByte;
  UINT32uIOMinSize;
  UINT32uIOMaxSize;
  UINT32uIOGranularity;
  UINT8uAddressLines;
  UINT8fSlowest;
  UINT8fFastest;
  UINT8Reserved2;
} 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

OS Versions: Windows CE 5.0 and later
Header: Socksv2.h

See Also

PC Card Driver Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.