You are here: Main -> Utility API
Dwtoa_Dec PROC STDCALL ARG @@dec_val:DWORD,@@dest_ptr:DWORD
This function will convert a dword value into and ASCII string representation stored at destination string.
It generates ASCII null terminated strings.
Argument | Type | Description |
---|---|---|
dec_val | dword | dword value to convert (unsigned) |
dest_ptr | dword | pointer to destination string |