GetTrueColorType (Compact 2013)

3/26/2014

This function finds the subtype for the specified 16-bit color bitmap.

Syntax

const GUID GetTrueColorType(
  const BITMAPINFOHEADER* pHeader
);

Parameters

  • pHeader
    Pointer to a Win32 BITMAPINFOHEADER structure.

Return Value

Returns the video subtype GUID of the 16-bit color bitmap specified by pHeader, or GUID_NULL if pHeader is NULL.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Bitmap Functions