This function initializes an OHC interface plus any platform-specific hardware and structures.
DWORD OhcdPdd_Init( DWORD dwContext );
A pointer to PDD-specific data structure indicates success. NULL indicates failure.
This function is called at system initialization to detect and configure the OHC interface hardware. As part of the processing for this function, the OhcdMdd_CreateOhcdObject function is called to initialize the MDD and OHC interface hardware.
This function is declared in the Ohcdddsi.h header file.