SVR5 and SCO OpenServer 5
VendorSpecific(D3pccard)
VendorSpecific --
support for unique vendor supplied features
Synopsis (Unsupported service)
#include <sys/types.h>
#include <sys/lcs.h>
#include <sys/lss.h>
int CardServices (VendorSpecific, int n1,
int n2, int VendorSpecificLen,
VendorSpecific_t *pVendorSpecific,
rm_key_t key);
Description
VendorSpecific( )
can be used to make special requests for a card
having unique vendor supplied features.
Arguments
n1-
NULL
n2-
NULL
VendorSpecificLen-
Length of the VendorSpecific structure.
Must be set to a value greaterthan or equal to 2.
pVendorSpecific-
Pointer to a VendorSpecific structure:
typedef struct VendorSpecific_t
{
unsigned short usInfoLen;
unsigned short *pucVendorData;
} VendorSpecific_t;
pucVendorData
is a pointer
to the vendor data.
key-
Resource manager
key.
Return values
UNSUPPORTED_SERVICE-
Service not currently supported.
Usage
Context and synchronization
Interrupt, initialization, or user
context
Hardware applicability
All
Version applicability
pccard:
3
References
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005