Share via


SPS_LOAD_DLL (Windows Embedded CE 6.0)

1/6/2010

This structure is pointed to by the ShellProc spParam parameter and is used to query the Tux DLL for build information.

Syntax

typedef struct _SPS_LOAD_DLL {
  BOOL fUnicode;
} SPS_LOAD_DLL, *LPSPS_LOAD_DLL;

Members

  • fUnicode
    Flag indicating whether the Tux DLL was built as UNICODE. This flag is initially set to FALSE. The Tux DLL will set it to TRUE if it uses UNICODE strings. This flag controls how the command-line arguments are formatted for the Tux DLL, as well as how the Tux DLL function table strings are interpreted by Tux.

Requirements

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

See Also

Reference

ShellProc Structures