Share via


GetSocketIndex (Windows Embedded CE 6.0)

1/6/2010

This function maps a card and a socket to each other.

Syntax

STATUS GetSocketIndex(
  CARD_SOCKET_HANDLE hCard,
  PDWORD pdwSocketIndex
);

Parameters

  • hCard
    [in] Handle associated with an inserted PC Card.
  • pdwSocketIndex
    [out] Pointer to a DWORD that returns the socket index value.

Return Value

Returns one of the return codes defined in the Cardsv2.h header file.

Requirements

Header cardsv2.h
Library Pcc_serv.dll
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

PC Card Driver Functions

Other Resources

PC Card Drivers