swscanf function — Reads formatted data from a wide string
int swscanf(const wchar_t* str, const wchar_t* format, . . . )
The swscanf
function is
similar to sscanf
, except it
reads from a wide string, str
,
and the format
string is also
wide. Like sscanf
, the return
value is the number of items converted.