PaintDesktop
[Now
Supported on Windows NT]
The PaintDesktop
function fills the clipping region in the specified device context with the
desktop pattern or wallpaper. The function is provided primarily for shell
desktops.
BOOL WINAPI PaintDesktop(
HDC hdc |
|
); |
|
Parameters
hdc
Identifies
the device context.
Return Values
If the
function succeeds, the return value is nonzero.
If the
function fails, the return value is zero.