WINBIO_BIR_DATA structure (winbio_types.h)

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.

Syntax

typedef struct _WINBIO_BIR_DATA {
  ULONG Size;
  ULONG Offset;
} WINBIO_BIR_DATA;

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.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header winbio_types.h

See also

WINBIO_BIR_HEADER

WINBIO_CAPTURE_DATA

WINBIO_DATA