Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
AMVAInternalMemInfo Structure
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.
Requirements
Header: Dshow.h.
See Also