Modify ↓
Opened 6 weeks ago
Closed 6 weeks ago
#4067 closed Bug (Fixed)
_WinAPI_EnumWindowStations() example and documentation
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.19.0 | Component: | Documentation |
| Version: | 3.3.18.0 | Severity: | None |
| Keywords: | Cc: |
Description
_WinAPI_EnumWindowStations.au3 example currently need to be added:
#include <WinAPISysWin.au3>
but what about Documentation ?
I mean Docs says:
###Syntax### #include <WinAPISys.au3> _WinAPI_EnumWindowStations ( )
Which at least for me means that it suggests that only
#include <WinAPISys.au3>
is required.
Attachments (0)
Change History (2)
comment:1 by , 6 weeks ago
comment:2 by , 6 weeks ago
| Milestone: | → 3.3.19.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [13263] in version: 3.3.19.0
Note:
See TracTickets
for help on using tickets.

In fact the use of the #include is a go around.
I will fix the include files