StrChrA(3w)

NAME

StrChrA (SHLWAPI.@)

SYNOPSIS

LPSTR StrChrA
 (
  LPCSTR lpszStr,
  WORD   ch
 )

DESCRIPTION

Find a given character in a string.

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/string.c".

Debug channel "shell".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout