Modify ↓
Opened 16 years ago
Closed 16 years ago
#1445 closed Bug (Fixed)
Wrong description for _MemGlobalFree()
| Reported by: | Yashied | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.5.5 | Component: | Documentation |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | _MemGlobalFree | Cc: |
Description
If the function succeeds, returns FALSE but not TRUE. I think that need to correct a description or function code.
Func _MemGlobalFree($hMem)
Local $aResult = DllCall("kernel32.dll", "ptr", "GlobalFree", "handle", $hMem)
If @error Then Return SetError(@error, @extended, False)
Return Not $aResult[0]
EndFunc ;==>_MemGlobalFree
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
| Milestone: | → 3.3.5.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5709] in version: 3.3.5.5