Share via


HCI_CloseDeviceContext

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function is used to free all the states allocated by HCI_EstablishDeviceContext.

Syntax

int HCI_CloseDeviceContext(
  HANDLE hDeviceContext
);

Parameters

  • hDeviceContext
    [in] Device context handle.

Return Value

Returns ERROR_SUCCESS to indicate successful completion. If the parameter is invalid, the return value is ERROR_INVALID_PARAMETER.

Requirements

Header bt_ddi.h
Library Btd.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

HCI_EstablishDeviceContext