DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5 and SCO OpenServer 5

ClientData(D4pccard)


ClientData -- information passed to a client

Syntax

   #include <sys/lcs.h>
   #include <sys/lss.h>
   

Description

The ClientData structure is a client-specific data structure that is used to maintain the state of the client enabler.

Structure definition

The ClientData structure contains the following members:
   void		*pvInfo;
   void		*pvMTDRequest;
   void		*pvBuffer;
   void		*pvMisc;
   void		*client_data;
   DevInfo_t	*pClientName;
   void		*pvClientHandle;

Structure members

The members are defined as:

pvInfo
Pointer to theinformation to be passed to the client driver.

pvMTDRequest
Pointer for the MTD client driver.

pvBuffer
Pointer to additional data buffer.

pvMisc
Pointer to any miscellaneous data.

client_data
Pointer to client-specific data.

pClientName
Pointer to client driver's name.

pvClientHandle
Pointer to the ClientHandle(D4pccard) structure.

Usage

Hardware applicability

All

Version applicability

pccard: 1, 2, 3

References

ClientHandle(D4pccard)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005