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

GetClientInfo(D4pccard)


GetClientInfo -- describe PC Card client

Syntax

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

Description

The GetClientInfo structure describes a PC Card client. It is used when registering a client with CardServices( ).

Structure definition

   ushort  	usMaxLen ;
   ushort  	usInfoLen ;
   ushort  	usAttributes ;
   ClientInfo_t	*pClientInfo ;

Structure members

The members are defined as:

usMaxLen
Length of this packet.

usInfoLen
Length of the information returned by the client.

usAttributes
Bit-mapped.


bit 0
memory client device driver (set=true)

bit 1
memory technology driver (set=true)

bit 2
I/O client device driver (set=true)

bit 3
CARD_INSERTION events for sharable PC cards (set=true)

bit 4
CARD_INSERTION events for cardsharing exclusively used (set=true)

bits 5-7
reserved (reset to zero)

bits 8-15
information subservice

pClientInfo
Pointer to ClientInfo(D4pccard) structure.

Usage

Hardware applicability

All

Version applicability

pccard: 1, 2, 3

References

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