Partager via


SPS_STABILITY_INFO (Compact 2013)

3/26/2014

This structure is pointed to by the ShellProcspParam parameter and provides stability harness information to the Tux DLL.

Syntax

typedef struct _SPS_STABILITY_INFO{
DWORDdwSize;
HINSTANCE hInstance;
LPCTSTR lpszCmd;   
} SPS_STABILITY_INFO, *LPSPS_STABILITY_INFO;

Members

  • dwSize
    The size of the structure in bytes.
  • hInstance
    The main process instance handle of Tux Client. This handle can be used in function calls that require an HINSTANCE handle for your process. Do not use this handle to access resources that are specific to your test module.
  • lpszCmd
    The command line arguments for the stability harness.

Requirements

Header

tux.h

See Also

Reference

ShellProc Structures