SVR5 and SCO OpenServer 5
WindowHandle(D4pccard)
WindowHandle --
describe the memory windowing mechanism
Syntax (Used by unsupported services)
#include <sys/lcs.h>
#include <sys/lss.h>
Description
The WindowHandle structure
describes the memory windowing mechanism.
Structure definition
struct SocketInfo_t *pSocketInfo;
ClientHandle_t *pClientHandle;
PCCardMemMap_t *pPCCardMemMap;
PCCardIOMap_t *pPCCardIOMap;
unsigned char ucIndex;
unsigned long ulBase;
unsigned long ulNum;
Page_t Page[ MAX_PAGES ];
} WindowHandle_t;
Structure members
The members are defined as:
pSocketInfo
-
Pointer to
SocketInfo(D4pccard)
structure.
pClientHandle
-
Pointer to
ClientHandle(D4pccard)
structure.
pPCCardMemMap
-
Pointer to
PCCardMemMap(D4pccard)
structure.
pPCCardIOMap
-
Pointer to
PCCardIOMap(D4pccard)
structure
ulBase
-
Base address.
Page[ MAX_PAGES ]
-
Page within the window.
Usage
Hardware applicability
All
Version applicability
pccard:
3
References
GetMemPage(D3pccard),
GetNextWindow(D3pccard),
MapMemPage(D3pccard),
MapPhyWindow(D3pccard),
ModifyWindow(D3pccard),
ReleaseWindow(D3pccard),
RequestWindow(D3pccard)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005