Microsoft DirectX 8.1 (C++) |
The SIZE_VIDEOHEADER macro calculates the size of the VIDEOINFOHEADER structure. This macro is equivalent to sizeof(VIDEOINFOHEADER)
.
Syntax
SIZE_VIDEOHEADER
Return Value
Returns the size VIDEOINFOHEADER structure, in bytes.
See Also