Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |