// treepaymentservice.h
typedef struct _PAYMENT_SERVICE_OUT {
INT32 Status;
UINT64 BioMatchTime;
UINT64 CurrentTime;
} PAYMENT_SERVICE_OUT, *PPAYMENT_SERVICE_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
Output structure for PAYMENT_SERVICE_OUT.
StatusStatus of the program key operation.
BioMatchTimeNumber of milliseconds that elapsed since the device booted up and authentication response has been sent.
CurrentTimeContains the current time.