Patches item #2731813, was opened at 2009-04-05 04:39
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551956&aid=2731813&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Florian Höch (fhoech)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch to add win32api.GetICMProfile to pywin32 build 213
Initial Comment:
This patch allows to get the ICM profile filename of a given device context via win32api.GetICMProfile(hdc)
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2010-08-30 10:43
Message:
Sorry for the delay but this patch has a couple of minor issues:
* Function pointers are declared but not used. It seems you can probably
get away with avoiding them as MSDN says these functions are available in
early windows versions.
* The implementation should raise a win32api error if it fails.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551956&aid=2731813&group_id=78018
|