NAME

StrChrIA  (SHLWAPI.@)

SYNOPSIS

 LPSTR StrChrIA
 (
  LPCSTR lpszStr,
  WORD   ch
 )

DESCRIPTION

Find a given character in a string, ignoring case.

PARAMS

lpszStr [In] String to search in.
ch [In] Character to search for.

RETURNS

Success: A pointer to the first occurrence of ch in lpszStr, or NULL if not found.

Failure: NULL, if any arguments are invalid.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c

Debug channel "shell".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.