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

AddSocketServices(D3pccard)


AddSocketServices -- add socket service handler

Synopsis

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

int CardServices (AddSocketServices, int n1, SSEntry_t pfSSEntry, int AddSocketServiceInfoLen, AddSocketServiceInfo_t *pAddSocketServiceInfo, rm_key_t key);

Description

AddSocketServices( ) allows a new socket services handler to be added to those that CardServices( ) is already using.

Arguments


n1
NULL

pfSSEntry
Pointer to a socket service entry point.

AddSocketServiceInfoLen
Length of the AddSocketServiceInfo(D4pccard) structure.

pAddSocketServiceInfo
Pointer to an AddSocketServiceInfo(D4pccard) structure.

key
Resource manager key.

Return values


SUCCESS
Successfully added the socket service handler

Usage

The AddSocketServices( ) service allows the socket service client to add another Socket Services handler to the ones already in use. The socket services entry point is passed in the pfSSEntry argument. The Client can call the service as follows.

Context and synchronization

Blockable or initialization context

Hardware applicability

All

Version applicability

pccard: 1, 2, 3

References

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