다음을 통해 공유


HcdPdd_DllMain (Windows CE 5.0)

Send Feedback

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

HcdPdd_Init

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.