OhcdPdd_Close

This function is the OHCD close routine.

Syntax

BOOL OhcdPdd_Close( DWORD dwOpenContext );

Parameters

dwOpenContext
[IN] Specifies a pointer to the device context returned from OhcdPdd_Init.

Return Values

For future compatibility, drivers return TRUE.

Remarks

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

This function is declared in the Ohcdddsi.h header file.