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.
3/26/2014
This function finds the number of bytes needed to hold an image.
Syntax
DWORD GetBitmapSize(
const BITMAPINFOHEADER* pHeader
);
Parameters
- pHeader
Pointer to a Win32 BITMAPINFOHEADER structure.
Return Value
Returns the number of bytes needed to hold an image.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |