Share via


SDRegisterClient (Compact 2013)

3/26/2014

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

See Also

Reference

Secure Digital (SD) Card Driver Functions