Share via


HWClose (Windows CE 5.0)

Send Feedback

This function closes the device initialized by the HWInit function.

ULONG HWClose(PVOIDpContext);

Parameters

  • pContext
    [in] Pointer to a context structure returned by HWInit that contains implementation-specific data describing the device.

Return Values

Zero indicates success.

Remarks

This function supports the implementation of the lower layers of serial port drivers.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Serhw.h.

See Also

HWInit | HWOpen

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.