Re: PrintWindow
From: Emmanuel Dubecq (emmanuel.dubecq_at_numericable.fr)
Date: 04/04/04
- Next message: Feng Yuan [MSFT]: "Re: gdi+ DrawImage fails OUTOFMEMORY"
- Previous message: GuitarBill: "RE: Why are my checkmark images appearing with strange colors in a system menu?"
- Next in thread: George: "Re: PrintWindow"
- Reply: George: "Re: PrintWindow"
- Reply: George: "Re: PrintWindow"
- Maybe reply: George: "Re: PrintWindow"
- Messages sorted by: [ date ] [ thread ]
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)
- Next message: Feng Yuan [MSFT]: "Re: gdi+ DrawImage fails OUTOFMEMORY"
- Previous message: GuitarBill: "RE: Why are my checkmark images appearing with strange colors in a system menu?"
- Next in thread: George: "Re: PrintWindow"
- Reply: George: "Re: PrintWindow"
- Reply: George: "Re: PrintWindow"
- Maybe reply: George: "Re: PrintWindow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|