WIAS_ENDORSER_VALUE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wiamindr_lh-_wias_endorser_value)

_WIAS_ENDORSER_VALUE structure

Description

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

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.

See also

WIAS_ENDORSER_INFO

wiasParseEndorserString