Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 3866)

Ticket Resolution Summary Owner Reporter
#539 Fixed StringSplit w/ flag 2 doesn't return string if no delims Valik wraithdu
Description

In StringSplit() with flag 2 (no return count in first element), if there are no delims found the return $array[0] is blank, instead of returning the original string.

#569 Fixed TCPRecv - SocketToIp() function in Helpfile example has incorrect DllCall() Jpm wraithdu
Description

The first DllCall() in this function should be -

$aRet = DllCall("Ws2_32.dll", "int", "getpeername", "int", $SHOCKET, _
            "ptr", DllStructGetPtr($sockaddr), "int*", DllStructGetSize($sockaddr))

The parameter type for the name member size was incorrect, and should be an int*.

#585 Fixed _Singleton with iFlag = 1 returns mutex handle on success Valik wraithdu
Description

The documentation says the return value of _Singleton is 1 when successful and iFlag = 1. However the function returns the mutex handle.

This is fine! So either the documentation on the return value should be changed to reflect this, or the function should be updated to return 1 upon success.

Note: See TracQuery for help on using queries.