HcdPdd_DllMain (Windows CE 5.0)
This function is the main dynamic-link library (DLL) entry point for the platform dependent driver (PDD) portion of a host controller interface (HCI) driver.
BOOLHcdPdd_DllMain(HANDLEhinstDLL,DWORDdwReason,LPVOIDlpvReserved);
Parameters
- hinstDLL
[in] Handle to a DLL instance. - dwReason
[in] Reason code. - lpvReserved
[in] Pointer to a system parameter.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function enables the PDD to perform necessary processing at DLL entry time. Generally, this function does little because the HcdPdd_Init function performs most initialization.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Hcdddsi.h or Ohcdddsi.h.
See Also
Send Feedback on this topic to the authors