Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 2.09 KB

nf-shlwapi-strcmpiw.md

File metadata and controls

80 lines (65 loc) · 2.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shlwapi.StrCmpIW
StrCmpIW function (shlwapi.h)
Compares two strings to determine if they are the same. The comparison is not case-sensitive.
StrCmpI
StrCmpI function [Windows Shell]
StrCmpIW
_win32_StrCmpI
shell.StrCmpI
shlwapi/StrCmpI
shlwapi/StrCmpIW
shell\StrCmpI.htm
shell
d059b6bd-8f03-4273-aa7a-b8b07f84d268
12/05/2018
StrCmpI, StrCmpI function [Windows Shell], StrCmpIW, _win32_StrCmpI, shell.StrCmpI, shlwapi/StrCmpI, shlwapi/StrCmpIW
shlwapi.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows 2000 Server [desktop apps only]
StrCmpIW (Unicode)
Shlwapi.lib
Shlwapi.dll (version 4.71 or later)
Windows
19H1
StrCmpIW
shlwapi/StrCmpIW
c++
APIRef
kbSyntax
DllExport
Shlwapi.dll
API-MS-Win-Core-shlwapi-Obsolete-l1-1-0.dll
KernelBase.dll
API-MS-Win-Core-shlwapi-Obsolete-l1-2-0.dll
API-MS-Win-DownLevel-shlwapi-l1-1-0.dll
API-MS-Win-DownLevel-shlwapi-l1-1-1.dll
StrCmpI
StrCmpIW

StrCmpIW function

-description

Compares two strings to determine if they are the same. The comparison is not case-sensitive.

-parameters

-param psz1 [in]

Type: PCTSTR

A pointer to the first null-terminated string to be compared.

-param psz2 [in]

Type: PCTSTR

A pointer to the second null-terminated string to be compared.

-returns

Type: int

Returns zero if the strings are identical. Returns a positive value if the string pointed to by psz1 is greater than that pointed to by psz2. Returns a negative value if the string pointed to by psz1 is less than that pointed to by psz2.