GetTrueColorType
Finds the subtype for the specified 16-bit color bitmap.
const GUID GetTrueColorType(
const BITMAPINFOHEADER *pHeader);
Parameters
- pHeader
Pointer to a Win32 BITMAPINFOHEADER structure.
Return Values
Returns the video subtype GUID of the 16-bit color bitmap specified by pHeader, or GUID_NULL if pHeader is NULL.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.