次の方法で共有


SDRegisterClient (Windows CE 5.0)

Send Feedback

This function registers a client device.

SD_API_STATUS SDRegisterClient(SD_DEVICE_HANDLEhDevice,
  PVOIDpDeviceContext,
  PSDCARD_CLIENT_REGISTRATION_INFOpInfo);

Parameters

  • hDevice
    [in] Handle to the device.
  • pDeviceContext
    [in] Device-specific context information allocated by the driver.
  • pInfo
    [in] Registration information.

Return Values

A return value of type SD_API_STATUS indicates the success or failure of the transaction initiation.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
Link Library: Sdcardlib.lib.

See Also

Secure Digital Card Driver Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.