Describes buffer information.
Note This structure is available in Microsoft® Windows® 98 Second Edition and Windows 2000.
Syntax
typedef struct _tag_AMVABUFFERINFO{
DWORD dwTypeIndex;
DWORD dwBufferIndex;
DWORD dwDataOffset;
DWORD dwDataSize;
} AMVABUFFERINFO, *LPAMVABUFFERINFO;
Members
- dwTypeIndex
- Type of buffer.
- dwBufferIndex
- Buffer index.
- dwDataOffset
- Offset of relevant data from the beginning of buffer.
- dwDataSize
- Size of relevant data.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.