OleTranslateColor.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

OleTranslateColor (OLEAUT32.421)

SYNOPSIS

HRESULT OleTranslateColor
 (
  OLE_COLOR clr,
  HPALETTE  hpal,
  COLORREF* pColorRef
 )

DESCRIPTION

Convert an OLE_COLOR to a COLORREF.

PARAMS

clr [In] Color to convert.

hpal [In] Handle to a palette for the conversion.

pColorRef [Out] Destination for converted color, or NULL to test if the conversion is ok.

RETURNS

Success: S_OK. The conversion is ok, and pColorRef contains the converted color if non-NULL.

Failure: E_INVALIDARG, if any argument is invalid.

FIXME

Document the conversion rules.

IMPLEMENTATION

Defined in "olectl.h".

Implemented in "dlls/oleaut32/oleaut.c".

Debug channel "ole".