Re: PrintWindow

From: Emmanuel Dubecq (emmanuel.dubecq_at_numericable.fr)
Date: 04/04/04


Date: Sun, 4 Apr 2004 23:11:50 +0200

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)



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
    ... 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: Playing fullscreen video
    ... the sample in the Windows Mobile 6 SDK compiled and ran fine under WM5. ... I've only been able to get DirectShow to play uncompressed AVI, ...
    (microsoft.public.windowsce.app.development)
  • Re: Confused!
    ... earlier version of Windows CE, ... so you have to get the SDK from the device vendor. ... don't 'sell' ours, since you have to buy a device to use it for anything, ... Microsoft talks about platform builder, so do vendors, whats the ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
    ... In installed the Windows Platform SDK and as you noted ... I have not tried the latest SDK, ... Windows SDK is definitely a scenario we do support and in fact the VC ...
    (microsoft.public.dotnet.languages.vc)