Condividi tramite


struttura WIAS_ENDORSER_INFO (wiamindr_lh.h)

La struttura WIAS_ENDORSER_INFO contiene coppie token/valore di approvazione personalizzate.

Sintassi

typedef struct _WIAS_ENDORSER_INFO {
  ULONG               ulPageCount;
  ULONG               ulNumEndorserValues;
  WIAS_ENDORSER_VALUE *pEndorserValues;
} WIAS_ENDORSER_INFO, *PWIAS_ENDORSER_INFO;

Members

ulPageCount

Specifica il valore che sostituirà il token $PAGE_COUNT$, purché la stringa dell'approvatore contenga tale token.

ulNumEndorserValues

Specifica il numero di coppie token/valore. Questo membro sarà 0 se non sono presenti coppie token/valore personalizzate.

pEndorserValues

Punta a una matrice di strutture WIAS_ENDORSER_VALUE , che contiene coppie token/valore personalizzate. Se il valore del membro ulNumEndorserValues è 0, questo membro deve essere NULL.

Commenti

WiasParseEndorserString riconosce attualmente tre token di approvazione: $DATE$, $TIME$, $PAGE_COUNT$, $DAY$, $MONTH$e $YEAR$. (Vedere wiamdef.h.) Tutti gli altri token e i relativi valori devono essere specificati nel membro pEndorserValues di questa struttura.

Requisiti

Requisito Valore
Intestazione wiamindr_lh.h (include Wiamindr.h)

Vedi anche

WIAS_ENDORSER_VALUE

wiasParseEndorserString