Partager via


HWPostInit

This function is called by the upper layer to perform any necessary operations after initializing all data structures and prepare the serial IST to begin handling interrupts. This call occurs as the last step of the COM_Init routine.

BOOL HWPostInit(
  PVOID pContext 
);

Parameters

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

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

Typically, enable hardware interrupts with HWPostInit in the lower layer. This function supports the implementation of the lower layers of serial port drivers.

Requirements

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

See Also

COM_Init | HWInit

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.