SPS_REGISTER (Windows CE 5.0)

Send Feedback

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

typedef struct _SPS_REGISTER {LPFUNCTION_TABLE_ENTRYlpFunctionTable;} 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.