Partager via


SDCARD_CLIENT_REGISTRATION_INFO (Compact 2013)

3/26/2014

This structure is used to register a client name and a power callback routine during the client driver initialization sequence.

Syntax

typedef struct _SDCARD_CLIENT_REGISTRATION_INFO {
  TCHAR ClientName[MAX_SDCARD_CLIENT_NAME];
  PSD_SLOT_EVENT_CALLBACK pSlotEventCallBack;
  DWORD ClientFlags;
  DWORD Reserved1;
  DWORD Reserved2;
} SDCARD_CLIENT_REGISTRATION_INFO, *PSDCARD_CLIENT_REGISTRATION_INFO;

Members

  • ClientName
    Client device name. The maximum size is MAX_SDCARD_CLIENT_NAME.
  • pSlotEventCallBack
    Pointer to the slot event callback.
  • ClientFlags
    Client flags value.
  • Reserved1
    Reserved.
  • Reserved2
    Reserved.

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Structures