AMVAInternalMemInfo structure
The AMVAInternalMemInfo structure specifies the amount of scratch memory the hardware abstraction layer (HAL) will allocate for its private use.
Syntax
typedef struct _tag_AMVAInternalMemInfo {
DWORD dwScratchMemAlloc;
} AMVAInternalMemInfo, *LPAMVAInternalMemInfo;
Members
dwScratchMemAlloc
Amount of scratch memory the HAL will allocate for its private use.
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | amva.h (include Videoacc.h) |