Share via


Static Window Classes (Windows Embedded CE 6.0)

1/6/2010

The static window classes for the PC Card socket service shared code library can be found in %_WINCEROOT%\Public\Common\Oak\Drivers\PCCard\Common\Pcmciacardlibex.h. The CStaticMemoryWindow and CStaticIOWindow static window classes provide a complete implementation of the memory and I/O window classes for hardware the supports fixed size, static memory and I/O windows. A static PCMCIA window can be defined in the registry. It is then loaded and parsed by the LoadWindowsSettings function of the CPCCardBusBridgeBase class. The following code example shows the socket class template parameters must be provided in order to implement the static window classes.

typedef CStaticMemoryWindow<CPCardSocket> CPcmciaMemWindow;
typedef CStaticIOWindow<CPCardSocket> CPcmciaIoWindow;

See Also

Concepts

PC Card Socket Service Shared Code Library
Window Classes
Socket Class
Bridge Base Class
PC Card Socket Service Shared Code Library Registry Settings