SDCARD_CLIENT_REGISTRATION_INFO (Windows CE 5.0)
This structure is used to register a client name and a power callback routine during the client driver initialization sequence.
typedef struct _SDCARD_CLIENT_REGISTRATION_INFO {TCHARClientName[MAX_SDCARD_CLIENT_NAME];PSD_SLOT_EVENT_CALLBACKpSlotEventCallBack;
DWORDClientFlags;
DWORDReserved1;
DWORDReserved2;
} 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
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
See Also
Secure Digital Card Driver Structures
Send Feedback on this topic to the authors