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 indicates a power up or power down event.
Syntax
VOID SDHCDPowerUpDown(
PSDCARD_HC_CONTEXT pHCContext,
BOOL PowerUp,
BOOL SlotKeepPower,
DWORD SlotIndex,
);
Parameters
- pHCContext
[in] A pointer to a host controller context structure.
- PowerUp
[in] A boolean value set to TRUE if powering up.
- SlotKeepPower
[in] A boolean value set to TRUE if the slot maintains power to the slot during power down.
- SlotIndex
[in] A DWORD value that identifies a specific slot.
Return Value
None.
Requirements
| Header | sdhcd.h |
| Library | SDHCLib.lib |
| Windows Embedded CE | Windows CE 5.0 and later |