GetICMProfileA(3w)
NAME
GetICMProfileA (GDI32.@)
SYNOPSIS
BOOL GetICMProfileA ( HDC hdc, LPDWORD size, LPSTR filename )
DESCRIPTION
Returns the filename of the specified device context's color management
profile, even if color management is not enabled for that DC.
RETURNS
TRUE if filename is copied successfully. FALSE if the buffer length
pointed to by size is too small.
FIXME
How does Windows(tm) assign these? Some registry key?
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/icm.c".
- Debug channel "icm".