Partager via


SPM_STABILITY_INIT (Compact 2013)

3/26/2014

This message is sent once to the DLL immediately after SPM_LOAD_DLL and before SPM_SHELL_INFO to give the DLL information from the stability harness.

Parameters

  • uMsg
    SPM_STABILITY_INIT message.

Return Values

Return SPR_HANDLED or SPR_NOT_HANDLED to continue loading the DLL. Return SPR_FAIL to prevent the DLL from continuing to load.

Remarks

This message is applicable only if it was sent from the stability harness.

The pointer to the SPS_STABILITY_INFO structure may be stored for later use; it will remain valid for the life of the Tux DLL.

Requirements

Header

tux.h

See Also

Reference

ShellProc Messages