The information in this article applies to:
SYMPTOMSA call to StartDoc() fails, and no other reason for failure can be found. CAUSEThe DOCINFO structure passed to StartDoc() is not initialized to zeros before use. RESOLUTIONPerform the following three steps:
Sample CodeThe following is an example of what the code might display:
STATUSThis behavior is by design. MORE INFORMATIONAs a general rule, any structure that has a member that indicates the size of the structure should be initialized to all zeros before being used by following the previous steps. Additional query words: 3.10 4.00 fail error print DC
Keywords : kbcode kbprint kbNTOS350 kbNTOS351 kbNTOS400 kbWinOS2000 kbSDKWin32 kbWinOS95 kbDSupport kbGDIFAQ |
Last Reviewed: December 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |