Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the BDA_BUFFER structure.
Syntax
typedef struct _BDA_BUFFER {
PBDARESULT lResult;
ULONG ulBufferSize;
BYTE argbBuffer[MIN_DIMENSION];
} BDA_BUFFER, *PBDA_BUFFER;
Members
lResult
Defines the PBDARESULT member lResult.
ulBufferSize
Defines the ULONG member ulBufferSize.
argbBuffer[MIN_DIMENSION]
Defines the BYTE member argbBuffer.
Requirements
Requirement | Value |
---|---|
Header | bdatypes.h (include Bdatypes.h) |