// wiamindr_lh.h
typedef struct _WIAS_ENDORSER_VALUE {
LPWSTR wszTokenName;
LPWSTR wszValue;
} WIAS_ENDORSER_VALUE, *PWIAS_ENDORSER_VALUE;
View the official Windows Driver Kit DDI referenceNo description available.
The WIAS_ENDORSER_VALUE structure stores token/value pairs for endorser strings.
wszTokenNameSpecifies a string value that represents the token name. Endorser token names begin and end with the $ character (for example, L"$MY_TOKEN_NAME$").
wszValueSpecifies the value with which to replace the token.
This structure is used indirectly by the wiasParseEndorserString function. One of the parameters of this function is a WIAS_ENDORSER_INFO structure, which has a WIAS_ENDORSER_VALUE structure as one of its members.