SPS_LOAD_DLL
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 {
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
OS Versions: Windows CE 3.0 and later.
Header: Tux.h.
See Also
Tux Architecture | ShellProc | SPM_LOAD_DLL
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.