lrc_dword

Type Conversion From String

Converts a string into a double word (dword).

DWORD lrc_dword( const char* str );
str A character string containing a double word.

The lrc_dword function returns a double word when a character string containing a dword is input.

Return Values

lrc Return Values

Parameterization

You cannot use standard parameterization for any arguments in this function.

Example

This example converts the "15999999" string into the dword value 15999999:

DWORD var = lrc_dword("15999999");