GetICMProfileA (GDI32.@)
BOOL GetICMProfileA ( HDC hdc, LPDWORD size, LPSTR filename )
Returns the filename of the specified device context's color management profile, even if color management is not enabled for that DC.
TRUE if filename is copied successfully. FALSE if the buffer length pointed to by size is too small.
How does Windows® assign these? Some registry key?
Declared in "include/wingdi.h". gitlab.winehq.org/wine/wine/blob/master/include/wingdi.h
Implemented in "dlls/gdi32/icm.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi32/icm.c
Debug channel "icm".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.