BDA_BUFFER - NtDoc

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

typedef struct _BDA_BUFFER {
  PBDARESULT lResult;
  ULONG      ulBufferSize;
  BYTE       argbBuffer[MIN_DIMENSION];
} BDA_BUFFER, *PBDA_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdatypes-_bda_buffer)

Description

This topic describes the BDA_BUFFER structure.

Members

lResult

Defines the PBDARESULT member lResult.

ulBufferSize

Defines the ULONG member ulBufferSize.

argbBuffer

Defines the BYTE member argbBuffer.