Compartir a través de


SS_GetPowerEntry (Windows CE 5.0)

Send Feedback

This function retrieves the supported power entry for a specified socket. It is used by Card Services.

STATUS (*SS_GetPowerEntry)(HANDLEhSocket,PDWORDpdwNumOfEntry,PSS_POWER_ENTRY pPowerEntry);

Parameters

  • hSocket
    [in] Handle passed during the card-detect event notification.
  • pdwNumOfEntry
    [in, out] Pointer to a DWORD that contains the number of entries that pPowerEntry has an an input parameter. On output, it is updated to the number of entries to return.
  • pPowerEntry
    [out] Socket power entry.

Return Values

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

Requirements

OS Versions: Windows CE 5.0 and later
Header: Socksv2.h
Link Library: Pcc_serv.dll

See Also

PC Card Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.