Share via


SS_SetSocket (Windows Embedded CE 6.0)

1/6/2010

This function is used set or change the socket state.

Syntax

STATUS (*SS_SetSocket)(
  HANDLE hSocket,
  PSS_SOCKET_STATE pSocketState
);

Parameters

  • hSocket
    [in] Handle passed during the card detect event notification.
  • pSocketState
    [in, out] Pointer to the desired socket state.

Return Value

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

Requirements

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

See Also

Reference

Socket Service Functions

Other Resources

PC Card Drivers