Share via


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.

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Structures