August 18, 2003
bs"d

Hi,

I am writing an MFC program that needs the use of GetLayout and SetLayout from the CDC class.  I didn't find these functions in the DM MFC help.  Are they supported?  I tried also looking at the Win32 Reference help for the base Windows SDK functions GetLayout and SetLayout without any success.  MS says that these functions have been included since Win98.

How can I access them in DM?

Thank you and best wishes from sunny Jerusalem.

          Yochanan Spielberg


August 18, 2003
yochanan wrote:
> bs"d
> 
> Hi,
> 
> I am writing an MFC program that needs the use of GetLayout and SetLayout
> from the CDC class.  I didn't find these functions in the DM MFC help.

DM MFC help is a bit outdated. Use the MSDN.

  Are
> they supported?  I tried also looking at the Win32 Reference help for the
> base Windows SDK functions GetLayout and SetLayout without any success.  MS
> says that these functions have been included since Win98.
> 
> How can I access them in DM?

By using the MS SDK.

Good Luck

Arjan