AMVAEndFrameInfo Structure

Structures

Specifies information to finish processing the frame.

Note  This structure is available in Microsoft® Windows® 98 Second Edition and Windows 2000.

Syntax

typedef struct _tag_AMVAEndFrameInfo{
    DWORD dwSizeMiscData;
    LPVOID pMiscData;
 } AMVAEndFrameInfo, *LPAMVAEndFrameInfo;

Members

dwSizeMiscData
Size of other miscellaneous data to begin frame.
pMiscData
Pointer to miscellaneous data.

Remarks

Note that you are not allowed to store a pointer in pMiscData.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.