PAYMENT_SERVICE_OUT - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-treepaymentservice-_payment_service_out)

_PAYMENT_SERVICE_OUT structure

Description

Output structure for PAYMENT_SERVICE_OUT.

Members

Status

Status of the program key operation.

BioMatchTime

Number of milliseconds that elapsed since the device booted up and authentication response has been sent.

CurrentTime

Contains the current time.

Remarks

See also