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 declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/dlls/shlwapi/ordinal.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.