FUNCTION_POWER_DATA (Compact 2013)
3/26/2014
This structure contains function power control information for a given function.
Syntax
typedef struct _FUNCTION_POWER_DATA {
TCHAR ClientName[MAX_SDCARD_CLIENT_NAME];
FUNCTION_POWER_STATE PowerState;
SD_FUNCTION_POWER_DRAW PowerTuples;
} FUNCTION_POWER_DATA, *PFUNCTION_POWER_DATA;
Members
- ClientName
Specifies the client name if the function registered with a client.
- PowerState
FUNCTION_POWER_STATE structure that contains function power state information.
- PowerTuples
SD_FUNCTION_POWER_DRAW structure that contains function power draw information.
Requirements
Header |
sdcardddk.h |