Share via


CardPowerOn

This function powers on a given socket/function pair.

STATUS CardRequestConfiguration(
  CARD_CLIENT_HANDLE hCardClient,
  CARD_SOCKET_HANDLE hSock
);

Parameters

  • hCardClient
    [in] Handle obtained from the CardRegisterClient function.
  • hSock
    [in] Handle to the socket/function pair to modify.

Return Values

  • CERR_SUCCESS
    Indicates success.
  • CERR_BAD_HANDLE
    Indicates that the driver specified for hCardClient is not valid.
  • CERR_BAD_SOCKET
    Indicates that the socket identifier specified in hSock is not valid or that a PC Card is not inserted.
  • CERR_IN_USE
    Indicates that another driver owns the configuration.

Remarks

This function will power on the given socket/function pair. The socket/function must already be configured through a call to the CardRequestConfiguration function, before CardPowerOn can be called. This function is only meant to be used to power cards that have been powered off by CardPowerOff.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Cardserv.h.
Link Library: Cardserv.lib.

See Also

CardPowerOff

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.