Share via


GetBitmapSize (Compact 2013)

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

See Also

Reference

Bitmap Functions