SHGetInverseCMAP.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SHGetInverseCMAP (SHLWAPI.@)

SYNOPSIS

HRESULT SHGetInverseCMAP
 (
  LPDWORD dest,
  DWORD   dwSize
 )

DESCRIPTION

Get an inverse color map table.

PARAMS

lpCmap [Out] Destination for color map.

dwSize [In] Size of memory pointed to by lpCmap.

RETURNS

Success: S_OK.

Failure: E_POINTER, If lpCmap is invalid. E_INVALIDARG, If dwFlags is invalid E_OUTOFMEMORY, If there is no memory available.

NOTES

dwSize may only be CMAP_PTR_SIZE (4) or CMAP_SIZE (8192). If dwSize = CMAP_PTR_SIZE, *lpCmap is set to the address of this dll 's internal CMap. If dwSize = CMAP_SIZE, lpCmap is filled with a copy of the data from this dll 's internal CMap.

IMPLEMENTATION

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

Implemented in "dlls/shlwapi/ordinal.c".

Debug channel "shell".