Scroll to navigation

StrToIntExW(3w) Wine API StrToIntExW(3w)

NAME

StrToIntExW (SHLWAPI.@)

SYNOPSIS

BOOL StrToIntExW
(
LPCWSTR lpszStr,
DWORD dwFlags,
LPINT lpiRet
)
 

DESCRIPTION

See StrToIntExA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c".
Debug channel "shell".
Oct 2012 Wine API