Scroll to navigation

StrToInt64ExA(3w) Wine API StrToInt64ExA(3w)

NAME

StrToInt64ExA (SHLWAPI.@)

SYNOPSIS

BOOL StrToInt64ExA
(
LPCSTR lpszStr,
DWORD dwFlags,
LONGLONG* lpiRet
)
 

DESCRIPTION

See StrToIntExA(3w).
 

IMPLEMENTATION

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