SPS_LOAD_DLL (Compact 2013)
3/26/2014
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 |