StrStrA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

StrStrA (SHLWAPI.@)

SYNOPSIS

LPSTR StrStrA
 (
  LPCSTR lpszStr,
  LPCSTR lpszSearch
 )

DESCRIPTION

Find a substring within a string.

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

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/string.c".

Debug channel "shell".