WINBIO_BIR_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winbio_types.h

typedef struct _WINBIO_BIR_DATA {
  ULONG Size;
  ULONG Offset;
} WINBIO_BIR_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winbio_types-_winbio_bir_data)

_WINBIO_BIR_DATA structure

Description

The WINBIO_BIR_DATA structure contains the location and size of a block in a BIR. The offset is measured from the beginning of the WINBIO_BIR structure.

Members

Size

Specifies the size, in bytes, of a block in the BIR.

Offset

Specifies the offset, in bytes, of the block within the BIR.

See also

WINBIO_BIR_HEADER

WINBIO_CAPTURE_DATA

WINBIO_DATA