GetColorProfileFromHandle (MSCMS.@)
BOOL GetColorProfileFromHandle ( HPROFILE handle, PBYTE buffer, PDWORD size )
Retrieve an ICC color profile by handle.
profile | [In] | Handle to a color profile. |
buffer | [Out] | Buffer to receive the ICC profile. |
size | [In/Out] | Size of the buffer in bytes. On return the variable holds the number of bytes actually needed. |
Success: TRUE
Failure: FALSE.
The profile returned will be in big-endian format.
Declared in "include/icm.h". gitlab.winehq.org/wine/wine/blob/master/include/icm.h
Implemented in "dlls/mscms/profile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mscms/profile.c
Debug channel "mscms".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.