Opened 3 hours ago
Last modified 3 hours ago
#4069 new Bug
Documentation for: _WinAPI_PrintWindow — at Initial Version
| Reported by: | mLipok | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | Cc: |
Description
The documenation for _WinAPI_PrintWindow() is not accurate.
The third parameter is not Bool it is Int
These 2 following const values can be added to the UDF
0x1 PW_CLIENTONLY Captures only the client area. 0x2 PW_RENDERFULLCONTENT Used to capture the full content, which is useful for modern applications.
They can be mentioned in _WinAPI_PrintWindow.txt
Then alse _WinAPI_PrintWindow.au3 example can be changed o use global variables.
My EN skills are poor to handle it correctly by my self
Note: See
TracTickets for help on using
tickets.
