Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function retrieves the supported power entry for a specified socket. It is used by Card Services.
Syntax
STATUS (*SS_GetPowerEntry)(
HANDLE hSocket,
PDWORD pdwNumOfEntry,
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 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 |