Freigeben über


GetNamedProfileInfo-Funktion (icm.h)

Ruft Informationen zum benannten Farbprofil des International Color Consortium (ICC) ab, das im ersten Parameter angegeben ist.

Syntax

BOOL GetNamedProfileInfo(
  HPROFILE            hProfile,
  PNAMED_PROFILE_INFO pNamedProfileInfo
);

Parameter

hProfile

Das Handle für das ICC-Profil, aus dem die Informationen abgerufen werden.

pNamedProfileInfo

Ein Zeiger auf eine NAMED_PROFILE_INFO-Struktur .

Rückgabewert

Wenn diese Funktion erfolgreich ist, ist der Rückgabewert TRUE.

Wenn diese Funktion fehlschlägt, ist der Rückgabewert FALSE.

Hinweise

Diese Funktion schlägt fehl, wenn hProfile kein gültiges ICC-Profil ist.

Diese Funktion unterstützt keine WCS-Profile (Windows Color System) CAMP, DMP und GMMP. da benannte Profile explizite ICC-Profiltypen sind.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 2000 Professional [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [nur Desktop-Apps]
Kopfzeile icm.h
Bibliothek Gdi32.lib
DLL Mscms.dll

Weitere Informationen