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

GetNextPartition(D3pccard)


GetNextPartition -- return information about client's next partition

Synopsis (Unsupported service)

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

int CardServices (GetNextPartition, int n1, int n2, int PartitionLen, Partition_t *pPartition, rm_key_t key);

Description

GetNextPartition( ) reads a Client's CIS and returns information for the next partition on it.

Arguments


n1
NULL

n2
NULL

PartitionLen
Length of the Partition(D4pccard) structure.

pPartition
Pointer to a Partition(D4pccard) structure.

key
Resource manager key.

Return values


NO_MORE ITEMS
There are no additional partitions.

UNSUPPORTED_SERVICE
Service not currently supported.

Usage

It is best to have each partition support only one device. Use of a MTD would probably be necessary to have a partition support more than one device, and even then, portability may suffer as the client may have to be tailored to run on different systems.

Context and synchronization

Interrupt, user, or initialization context

Hardware applicability

All

Version applicability

pccard: 3

References

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