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

ReleaseSocketMask(D3pccard)


ReleaseSocketMask -- shut off socket status change notifications

Synopsis (Unsupported service)

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

int CardServices (ReleaseSocketMask, ClientHandle_t *pClientHandle, int n1, int RelReqSocketMaskLen, RelReqSocketMask_t *pRelReqSocketMask, rm_key_t key);

Description

ReleaseSocketMask( ) is invoked by the Client to shut off socket status change notifications from CardServices.

Arguments


pClientHandle
Pointer to a ClientHandle(D4pccard) structure.

n1
NULL

RelReqSocketMaskLen
Length of the RelReqSocketMask(D4pccard) structure.

pRelReqSocketMask
Pointer to a RelReqSocketMask(D4pccard) structure.

key
Resource manager key.

Return values


UNSUPPORTED_SERVICE
Service not currently supported.

Usage

If the Client still has events enabled in its global event mask, CardServices continues to send socket status change notifications. ( ) ReleaseSocketMask( ) undoes RequestSocketMask(D3pccard).

Context and synchronization

Interrupt, initialization, or user context

Hardware applicability

All

Version applicability

pccard: 3

References

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