SDCARD_CLIENT_REGISTRATION_INFO (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 5.0 and later |