home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!microsoft!hexnut!judej
- From: judej@microsoft.com (Jude Jacob)
- Subject: Re: Free System Resources problem
- Message-ID: <1992Sep14.011118.10927@microsoft.com>
- Date: 14 Sep 92 01:11:18 GMT
- Organization: Microsoft Corporation
- References: <1992Sep11.145945.12860@magnus.acs.ohio-state.edu>
- Distribution: usa
- Lines: 17
-
- In article slahiri@magnus.acs.ohio-state.edu (Santanu Lahiri) writes:
- >[...]
- >nFSRSys = GetFreeSystemResources (GFSR_SYSTEMRESOURCES);
- >nFSRGdi = GetFreeSystemResources (GFSR_GDIRESOURCES);
- >
- >always seem to return the same value
- >[...] Can anyone confirm this? If this is as it should be, what
- >exactly is GFSR_SYSTEMRESOURCES returning?
-
- GFSR_SYSTEMRESOURCES will return the minimum of the space free in GDI and
- space free in the USER heap. So, it would apear that in your system, you have
- less available GDI heap space than USER space.
-
- Jude
-
-
-
-