See
_verify(D2)
for syntax and general usage information
about this entry point routine.
Usage
PC Card driver's
_verify( )
routine must do the following
in addition to other code
that is required for the device type:
Call the
ValidateCIS(D3pccard)
service to identify the logical socket,
card function(s),
and determine the number of valid tuple chains.
If ValidaeCIS returns a non-zero result,
the client device driver should return
an appropriate error code to the card service.
Call the
GetFirstTuple(D3pccard)
and
GetTupleData(D3pccard)
services to examine the tuples in the CIS
(Client Information Structure)
tofor specific data.
If necessary, the driver can parse the tuples
to obtain specific data
that is relevant to this particular card.