<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_GetDC |
Description
Retrieves a handle to a device context (DC) for the client area of a specified window or for the entire screen.
Syntax
lDC = Win_GetDC(hWnd)
Returns
Numeric.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the window |
Remarks
Restrictions
See also
Examples