Share via


SS_WINDOW_STATE (Windows Embedded CE 6.0)

1/6/2010

This structure stores information on the state of a memory or I/O window.

Syntax

typedef struct SS_WINDOW_STATE{
  HANDLE hSocket;
  UINT16 fState;
  UINT8 fSpeed;
  UINT8 Reserved;
  UINT32 uSize;
  UINT32 uBase;
  UINT32 uOffset;
} SS_WINDOW_STATE, *PSS_WINDOW_STATE;

Members

  • hSocket
    Socket handle.
  • fState
    Bit encoded window state.
  • fSpeed
    Bit encoded access speed.
  • Reserved
    Reserved.
  • uSize
    On input, size requested by the caller. On output, it is the size actually mapped.
  • uBase
    Physical address of the beginning of the window. Used in conjunction with uOffset. On input, uBase + uOffset is the PC Card address the caller intends to map. On output, uBase + uOffset is the address that is actually mapped.
  • uOffset
    Offset in PC card memory.

Requirements

Header socksv2.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Socket Service Structures
PC Card Driver Structures