AMVAInternalMemInfo Structure

Structures

Specifies the amount of scratch memory the hardware abstraction layer (HAL) will allocate for its private use.

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

Syntax

typedef struct _tag_AMVAInternalMemInfo{
    DWORD dwScratchMemAlloc;
 } AMVAInternalMemInfo, *LPAMVAInternalMemInfo;

Members

dwScratchMemAlloc
Amount of scratch memory the HAL will allocate for its private use.

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