Scroll to navigation

StrStrIA(3w) Wine API StrStrIA(3w)

NAME

StrStrIA (SHLWAPI.@)

SYNOPSIS

LPSTR StrStrIA
(
LPCSTR lpszStr,
LPCSTR lpszSearch
)
 

DESCRIPTION

Find a substring within a string, ignoring case.
 

PARAMS

lpszStr [In] String to search in.
lpszSearch [In] String to look for.
 

RETURNS

The start of lpszSearch within lpszStr, or NULL if not found.
 

IMPLEMENTATION

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