Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The STREAMBUFFER_ATTRIBUTE structure describes an attribute on a stream buffer file.
Syntax
typedef struct {
LPWSTR pszName;
STREAMBUFFER_ATTR_DATATYPE StreamBufferAttributeType;
BYTE *pbAttribute;
WORD cbLength;
} STREAMBUFFER_ATTRIBUTE ;
Members
pszName
Pointer to a null-terminated wide-character string that contains the name of the attribute.
StreamBufferAttributeType
Member of the STREAMBUFFER_ATTR_DATATYPE enumeration. The value indicates the data type that you should use to interpret the attribute data, which is contained in the pbAttribute member.
pbAttribute
Pointer to a buffer that contains the attribute data.
cbLength
The size of the buffer given in pbAttribute, in bytes.
Requirements
Include Sbe.h.
See Also