Share via


DIBSIZE (Compact 2013)

3/26/2014

This macro calculates the byte size of the specified (device-independent) bitmap.

Syntax

DIBSIZE(
    bi
)

Parameters

  • bi
    A Win32 BITMAPINFOHEADER structure that specifies the source bitmap.

Return Value

Returns the byte size of the bi parameter.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Bitmap Macros