SPS_LOAD_DLL (Windows CE 5.0)

Send Feedback

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

typedef struct _SPS_LOAD_DLL {BOOLfUnicode;} 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

OS Versions: Windows CE 3.0 and later.
Header: Tux.h.

See Also

Tux Architecture | ShellProc | SPM_LOAD_DLL

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.