Share via


SPM_SHELL_INFO (Windows Embedded CE 6.0)

1/6/2010

This message is sent once to the DLL immediately following the SPM_LOAD_DLL message to give the DLL information about its parent shell, Tux.

Parameters

  • uMsg
    SPM_SHELL_INFO message.

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.

Remarks

The SPS_SHELL_INFO structure pointed to by spParam is persistent in memory for the entire time that the Tux DLL is loaded in memory. You may store the pointer for later access to the structure.

Requirements

Header tux.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

ShellProc Messages