WIAS_ENDORSER_VALUE structure (wiamindr_lh.h)

The WIAS_ENDORSER_VALUE structure stores token/value pairs for endorser strings.

Syntax

typedef struct _WIAS_ENDORSER_VALUE {
  LPWSTR wszTokenName;
  LPWSTR wszValue;
} WIAS_ENDORSER_VALUE, *PWIAS_ENDORSER_VALUE;

Members

wszTokenName

Specifies a string value that represents the token name. Endorser token names begin and end with the $ character (for example, L"$MY_TOKEN_NAME$").

wszValue

Specifies the value with which to replace the token.

Remarks

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.

Requirements

Requirement Value
Header wiamindr_lh.h (include Wiamindr.h)

See also

WIAS_ENDORSER_INFO

wiasParseEndorserString