SPM_REGISTER (Windows CE 5.0)

Send Feedback

This message is sent once to the DLL immediately following the SPM_SHELL_INFO message to query the DLL for its function table. This is the only ShellProc message that a DLL is required to handle.

Parameters

  • uMsg
    SPM_REGISTER message.
  • spParam
    Pointer to a SPS_REGISTER structure.

Return Values

Return SPR_HANDLED or SPR_NOT_HANDLED to continue. 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

ShellProc | SPS_REGISTER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.