The information in this article applies to:
SUMMARYThe Setdflag.c sample program in the Help under _CrtSetDbgFlag(), contains the following section of code which is missing a tilde (~) character:
The third line of code should be:
MORE INFORMATIONTo disable a flag with the _CrtSetDbgFlag() function, you should AND the variable with the bitwise NOT of the bitmask. Additional query words: kbVC400bug
Keywords : kbdocerr kbCRT kbVC400 kbVC410 kbVC420 kbVC500 |
Last Reviewed: July 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |