The information in this article applies to:
SUMMARYWhen testing for GMEM_DISCARDABLE, do not use the following:
Instead, use the following:
This is necessary because GlobalFlags() returns a one, i.e., 0x0100,
rather than 0x0F00 if the object is discardable. It is also possible
that the return value could be 0x0800 or 0x0400 or 0x0200. These cases
are also taken care of with the bitwise AND.
Additional query words: 3.00 3.10
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |