PaintDesktop function user32

int PaintDesktop(
  1. int hdc
)

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 PaintDesktop(
  HDC hdc
);

Implementation

int PaintDesktop(int hdc) => _PaintDesktop(hdc);