HcdPdd_Close

This function is the HC driver close routine.

BOOL HcdPdd_Close(
  DWORD dwOpenContext 
);

Parameters

  • dwOpenContext
    [in] Pointer to the device context returned from HcdPdd_Init.

Return Values

For future compatibility, drivers return TRUE.

Remarks

This function is the standard stream interface driver close routine. It currently is not used.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Ohcdddsi.h or Uhcdddsi.h.

See Also

HcdPdd_Init | HcdPdd_Open | USB Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.