SPS_REGISTER

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

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

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

See Also

SPM_REGISTER | FUNCTION_TABLE_ENTRY

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.