Share via


SPM_LOAD_DLL

This message is sent once to the DLL immediately after it is loaded.

Parameters

  • uMsg
    SPM_LOAD_DLL message.
  • spParam
    Pointer to an SPS_LOAD_DLL structure.

Return Values

Return SPR_HANDLED or SPR_NOT_HANDLED to continue loading the DLL. Return SPR_FAIL to stop further processing of the DLL and force it to be unloaded.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Tux.h.

See Also

SPS_LOAD_DLL

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.