SVR5 and  SCO OpenServer 5
GetClientInfo(D3pccard)
GetClientInfo --
return information about a PC Card client
Synopsis
   #include <sys/types.h>
   #include <sys/lcs.h>
   #include <sys/lss.h>
   
   int CardServices (GetClientInfo, int ClientHandle_t,
                     int n1, int ClientInfoLen,
                     GetClientInfo_t *pGetClientInfo,
   	   	  rm_key_t key);
Description
GetClientInfo( )
returns information that describes a Client.
There are some browsing utilities that need client information.
Arguments
 ClientHandle_t
- 
Pointer to a
ClientHandle(D4pccard)
structure.
 n1
- 
NULL
 ClientInfoLen
- 
Length of the
GetClientInfo(D4pccard)
structure.
 GetClientInfo
- 
Pointer to a
GetClientInfo(D4pccard)
structure.
 key
- 
Resource manager
key.
Return values
 BAD_ARG_LENGTH
- 
ClientInfoLen is less than 6.
 BAD_HANDLE
- 
Client handle is invalid.
 SUCCESS
- 
Client information gathered successfully.
Usage
Context and synchronization
User
context
Hardware applicability
All
Version applicability
pccard:
1, 2, 3
References
ClientHandle(D4pccard),
GetClientInfo(D4pccard)
19 June 2005
© 2005 The SCO Group, Inc.  All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005