Microsoft DirectX 9.0 |
The AMVAInternalMemInfo structure 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, Windows 2000, and later operating systems.
Syntax
typedef struct _tag_AMVAInternalMemInfo{
DWORD dwScratchMemAlloc;
} AMVAInternalMemInfo, *LPAMVAInternalMemInfo;
Members
dwScratchMemAlloc
Amount of scratch memory the HAL will allocate for its private use.
See Also