Structure used to pass token information to HandleTokenValReturn( ).
typedef struct tph_returnval_tag { LPMAC_TOKEN lpToken; LPLPMAC_RETURNVAL lplpmacRetVal; } TPH_RETURNVAL, FAR *LPTPH_RETURNVAL;
The following types are used:
TPH_RETURNVAL |
The third-party handler return value structure. |
LPTPH_RETURNVAL |
Far pointer to a TPH_RETURNVAL structure. |
The members are defined as follows:
LPMAC_TOKEN |
A pointer to the MAC_TOKEN structure containing the token ID and parameter information. |
LPLPMAC_RETURNVAL |
A pointer to an LPMAC_RETURNVAL for storing the token return value information. |