WinGGetDIBColorTable16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

WinGGetDIBColorTable16 (WING.1005)

SYNOPSIS

UINT16 WinGGetDIBColorTable16
 (
  HDC16    hdc,
  UINT16   start,
  UINT16   num,
  RGBQUAD* colors
 )

DESCRIPTION

Get all or part of the color table for a WinG device context.

PARAMS

hdc [In] WinG device context.

start [In] Start color.

num [In] Number of entries to set.

colors [Out] Destination for the array of color data.

RETURNS

The number of entries retrieved.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/gdi32/wing.c".

Debug channel "wing".