// bdatypes.h
typedef struct _BDA_STRING {
PBDARESULT lResult;
ULONG ulStringSize;
BYTE argbString[MIN_DIMENSION];
} BDA_STRING, *PBDA_STRING;
View the official Windows Driver Kit DDI referenceNo description available.
lResultulStringSizeargbString