Share via


SPS_REGISTER (Compact 2013)

3/26/2014

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

See Also

Reference

ShellProc Structures