Solar_OS API Reference

You are here: Main -> Utility API


Dwtoa_Hex32 PROC STDCALL
	ARG	@@hex_val:DWORD,@@dest_ptr:DWORD

This function willconvert a dword value into and ASCII string representation stored at destination string.

It generates ASCII null terminated strings.

Arguments:

Argument Type Description
hex_val dword dword value to be converted (unsigned)
dest_ptr dword pointer to destination string

Returns:

Posible Errors:

Remarks:

See Also