Re: PrintWindow

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: George (x_at_no.com)
Date: 04/06/04


Date: Mon, 05 Apr 2004 22:14:34 -0500

Emmanuel Dubecq wrote:
> Since PrintWindow is not present in all versions of windows, the function is
> not declared by default. U must override the default version of the SDK if
> you want windows.h to publish the lattest functions.
>
> #define _WIN32_WINNT 0x0501 //this is the windows XP SDK version
> #include <windows.h>
> .....
>
> (sorry for my english)

Thanks for reply.
I did exactly the same as you do. Not work.
I am still using GetProcAddress.



Relevant Pages

  • Re: PrintWindow
    ... Emmanuel Dubecq wrote: ... > Since PrintWindow is not present in all versions of windows, ... U must override the default version of the SDK if ...
    (microsoft.public.win32.programmer.gdi)
  • Re: PrintWindow
    ... Since PrintWindow is not present in all versions of windows, ... U must override the default version of the SDK if ...
    (microsoft.public.win32.programmer.gdi)
  • Re: Resetting the ms-DS-MachineAccountQuota attribute for a single use
    ... Override the Default Limit of the Number of Computers an ... You can override the default limit, using either of the following methods:. ... Use the Ldp tool included in the Microsoft Windows 2000 Resource ... I highly recommend the Delegation and discourage the Override limit. ...
    (microsoft.public.windows.server.active_directory)
  • What is the problem in Application/Windows form
    ... As you suggested about using the PrintWindow API. ... > private static extern bool PrintWindow ... >> These programs are taking the screenshots of the wallpaper behind the ... Also these programs are taking the snapshot of other windows ...
    (microsoft.public.dotnet.languages.csharp)
  • What is the problem in Application/Windows form
    ... As you suggested about using the PrintWindow API. ... > private static extern bool PrintWindow ... >> These programs are taking the screenshots of the wallpaper behind the ... Also these programs are taking the snapshot of other windows ...
    (microsoft.public.dotnet.framework.windowsforms.designtime)