SIZE_MASKS macro
The SIZE_MASKS
macro calculates the size of the color masks in a VIDEOINFO structure.
c++
size_t SIZE_MASKS(void);
This macro has no parameters.
Returns 3 * sizeof(DWORD)
.
Header |
Amvideo.h (include Streams.h) |
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The SIZE_MASKS
macro calculates the size of the color masks in a VIDEOINFO structure.
size_t SIZE_MASKS(void);
This macro has no parameters.
Returns 3 * sizeof(DWORD)
.
Header |
Amvideo.h (include Streams.h) |