SDRegisterClient (Windows Embedded CE 6.0)
1/6/2010
This function registers a client device.
Syntax
SD_API_STATUS SDRegisterClient(
SD_DEVICE_HANDLE hDevice,
PVOID pDeviceContext,
PSDCARD_CLIENT_REGISTRATION_INFO pInfo
);
Parameters
- hDevice
[in] Handle to the device.
- pDeviceContext
[in] Device-specific context information allocated by the driver.
- pInfo
[in] Registration information.
Return Value
A return value of type SD_API_STATUS indicates the success or failure of the transaction initiation.
Requirements
Header | sdcardddk.h |
Library | sdcardlib.lib |
Windows Embedded CE | Windows CE 5.0 and later |