Solar_OS API Reference

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.

Arguments:

Argument Type Description
dec_val dword dword value to convert (unsigned)
dest_ptr dword pointer to destination string

Returns:

Posible Errors:

Remarks:

See Also

Dwtoa_Hex32