You are here: Main -> Utility API
Dwtoa_Hex8 PROC STDCALL ARG @@hex_val:DWORD,@@dest_ptr:DWORD
This function willconvert a dword value into and ASCII string representation stored at destination string.
Only the lower 8 bits of the value are converted.
It generates ASCII null terminated strings.
Argument | Type | Description |
---|---|---|
hex_val | dword | dword value to be converted (unsigned) |
dest_ptr | dword | pointer to destination string |