Share via


SDHCDDeregisterHostController (Windows Embedded CE 6.0)

1/6/2010

This function deregisters a host controller.

Syntax

SD_API_STATUS SDHCDDeregisterHostController(
  PSDCARD_HC_CONTEXT pHCContext
);

Parameters

  • pHCContext
    [in] A pointer to a host controller context structure.

Return Value

A return value of type SD_API_STATUS indicates success or failure.

Remarks

A host controller must call this function prior to calling SDHCDDeleteContext.

Requirements

Header sdhcd.h
Library SDHCLib.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Functions