SHGetInverseCMAP(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".