 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
SandStorm Guest
|
Posted: Wed May 14, 2008 3:45 pm Post subject: Parameter |
|
|
Can i know what parameter use to send packet to server in hexadecimal data format?
This is half of the code that has been tested but still not working.
| Code: | SendHex = A7006132001F86C0 ;Hex data
socket = 324
SendDataSize := VarSetCapacity(SendHex)
SendDataSize += 1
sendret := DllCall("Ws2_32\send", "UInt", socket, "UInt", 0x0008h, "UInt", SendHex, "Int", SendDatasize, "Int", 0) |
|
|
| Back to top |
|
 |
BoBo² Guest
|
|
| Back to top |
|
 |
SandStorm Guest
|
Posted: Wed May 14, 2008 4:51 pm Post subject: |
|
|
That was my friend post . He said that no one reply to his post . Im trying to find the solution to his problem that still not yet overcome. |
|
| Back to top |
|
 |
BoBo² Guest
|
Posted: Wed May 14, 2008 7:19 pm Post subject: |
|
|
Yeah, when we were young, we were used to buy porn 'for a friend' not for ourself. The same old trick survived obviously ...  |
|
| Back to top |
|
 |
SandStorm Guest
|
Posted: Thu May 15, 2008 4:36 am Post subject: |
|
|
As a good friend i should help him to solve the problem and the right things.  |
|
| Back to top |
|
 |
SandStorm Guest
|
Posted: Thu May 15, 2008 3:45 pm Post subject: |
|
|
Is it possible to send hexadecimal value by assigned to SendData variable?. Im not sure how it works. Can anyone explain. Thank You.
sendret := DllCall("Ws2_32\send", "UInt", socket, "UInt", 0x0008h, "UInt", SendData, "Int", SendDataSize, "Int", 0) |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|