Share via


SDRegisterClient

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

Secure Digital Card Driver Functions