.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGetInverseCMAP 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGetInverseCMAP\fR (SHLWAPI.@) .SH SYNOPSIS HRESULT SHGetInverseCMAP ( LPDWORD \fIdest\fR, DWORD \fIdwSize\fR ) .SH DESCRIPTION .PP Get an inverse color map table. .SH PARAMS lpCmap \fB[Out]\fR Destination for color map. .PP \fIdwSize\fR \fB[In]\fR Size of memory pointed to by lpCmap. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_POINTER\fR, If lpCmap is invalid. \fBE_INVALIDARG\fR, If dwFlags is invalid \fBE_OUTOFMEMORY\fR, If there is no memory available. .SH NOTES .PP \fIdwSize\fR may only be \fBCMAP_PTR_SIZE\fR (\fB4\fR) or \fBCMAP_SIZE\fR (\fB8192\fR). If \fIdwSize\fR = \fBCMAP_PTR_SIZE\fR, *lpCmap is set to the address of this \fBDLL\fR's internal CMap. If \fIdwSize\fR = \fBCMAP_SIZE\fR, lpCmap is filled with a copy of the data from this \fBDLL\fR's internal CMap. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.