OhcdPdd_Open

This function is the OHCD open routine.

Syntax

DWORD OhcdPdd_Open( DWORD dwDeviceContext,
DWORD
dwAccessCode, DWORD dwShareMode );

Parameters

dwDeviceContext
[IN] Specifies a pointer to the device context returned from the OhcdPdd_Init function.
dwAccessCode
Not used.
dwShareMode
Not used.

Return Values

For future compatibility, drivers return 1.

Remarks

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

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