SHGetInverseCMAP (SHLWAPI.@)
HRESULT SHGetInverseCMAP ( LPDWORD dest, DWORD dwSize )
Get an inverse color map table.
lpCmap | [Out] | Destination for color map. |
dwSize | [In] | Size of memory pointed to by lpCmap. |
Success: S_OK.
Failure: E_POINTER, If lpCmap is invalid. E_INVALIDARG, If dwFlags is invalid E_OUTOFMEMORY, If there is no memory available.
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.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.