http://bugs.winehq.org/show_bug.cgi?id=12307
--- Comment #24 from Michael Karcher wine@mkarcher.dialup.fu-berlin.de 2008-08-19 03:02:32 --- Most importantly, it means that you should not put hdc into the cache. If you need a DC, you may only use the one provided right to this call. If none was provided, return STATUS_PENDING. And it also means you should check for errors in calls you perform, especially if these calls have out parameters like GetGlyphIndicesW.