Share via


SPS_REGISTER (Windows Embedded CE 6.0)

1/6/2010

This structure is used to store a pointer to the Tux DLL function table.

Syntax

typedef struct _SPS_REGISTER {
  LPFUNCTION_TABLE_ENTRY lpFunctionTable;
} SPS_REGISTER, *LPSPS_REGISTER;

Members

  • lpFunctionTable
    Pointer to the Tux DLL function table.

Remarks

The string members of the FUNCTION_TABLE_ENTRY structure are interpreted as UNICODE if the Tux DLL reports a UNICODE string during the processing of the SPM_LOAD_DLL message; otherwise, the string members are interpreted as ANSI.

Requirements

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

See Also

Reference

ShellProc Structures