Describes the surfaces to be allocated.
Note This structure is available in Microsoft® Windows® 98 Second Edition and Windows 2000.
Syntax
typedef struct _tag_AMVAUncompBufferInfo{ DWORD dwMinNumSurfaces; DWORD dwMaxNumSurfaces; DDPIXELFORMAT ddUncompPixelFormat; } AMVAUncompBufferInfo, *LPAMVAUncompBufferInfo;
Members
- dwMinNumSurfaces
- Minimum number of surfaces to be allocated.
- dwMaxNumSurfaces
- Maximum number of surfaces to be allocated.
- ddUncompPixelFormat
- DDPIXELFORMAT structure, describing the pixel format of surfaces to be allocated.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.