Jump to content

WinGetPS

From EDM2
Revision as of 15:19, 4 October 2023 by Ak120 (talk | contribs) (Created page with "This method gets a cache presentation space. ==Syntax== WinGetPS(hwnd) ==Parameter== ;hwnd (HWND) - input:Handle of window for which the presentation space is required. ::H...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This method gets a cache presentation space.

Syntax

WinGetPS(hwnd)

Parameter

hwnd (HWND) - input
Handle of window for which the presentation space is required.
HWND_DESKTOP - The desktop-window handle; a presentation space for the whole of the desktop window is returned
Other - Handle of window for which the presentation space is required.