PRB: Complex Printing Region Printed Incorrectly (77884)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.0
  • Microsoft Windows Software Development Kit (SDK) 3.1

This article was previously published under Q77884

SYMPTOMS

When an application uses region and clipping functions on a printer device context (DC) to create a complex printing area, some of the clipping functions have no effect on the printed page.

CAUSE

The Windows Graphics Device Interface (GDI) is running out of heap space.

RESOLUTION

The application must perform some additional steps to simplify the drawing. Verify that calculated regions are freed between function calls.

Modification Type:MajorLast Reviewed:3/16/2004
Keywords:kb16bitonly kbprb KB77884