RtWtoi

RtWtoi converts a given string value to an integer.

Syntax

Copy
INT RtWtoi(
    constant WCHAR lpString
);

Parameters

lpString

The source Unicode string.

Return Value

The integer value of the string.

Remarks

RtWtoi is like wtoi, but RtWtoi does not require the Microsoft C Runtime library and can work with any combination of runtime libraries.

This function supports decimal digits only and does not allow leading white space or signs.

Requirements

Minimum supported version Header Library

eRTOS 1.0 SDK

Rtapi.h rtkrnl.lib

See Also: