Share via


BIT_MASKS_MATCH (Compact 2013)

3/26/2014

This macro retrieves the bitmasks for the specified video image.

Syntax

BIT_MASKS_MATCH(
    pbmi1,
    pbmi2
)

Parameters

  • pbmi1
    Pointer to a Win32 VIDEOINFOHEADER structure that contains the first video image.
  • pbmi2
    Pointer to a Win32 VIDEOINFOHEADER structure that contains the second video image.

Return Value

Returns nonzero if the bitmasks for both video images are identical or zero otherwise.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Bitmap Macros