Modify ↓
Opened 10 years ago
Closed 10 years ago
#2888 closed Bug (No Bug)
Error return code _WinAPI_DuplicateHandle
Reported by: | step8876@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | Standard UDFs | |
Version: | 3.3.13.19 | Severity: | None |
Keywords: | Cc: |
Description
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by Jpm
comment:2 Changed 10 years ago by guinness
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
It is not a bug just read the doc which say on error 0 is return and if you want to know which kind of error it is the use responsability to call _WinAPI_GetLastError()
I understand it could have been done as you suggest but I was decided long time ago to return error like it is done right know